Html Css Color HEX #25523B Kaitoke Green

📋 copy color: '#25523B'

red 37 ◦ green 82 ◦ blue 59

#25523B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kaitoke Green #25523B

Tints of Kaitoke Green #25523B

RGB

 RED value IS 37 (14.84% from 255) = 20.79%

 GREEN value IS 82 (32.42% from 255) = 46.07%

 BLUE value IS 59 (23.44% from 255) = 33.15%

R = 20.79%
G = 46.07%
B = 33.15%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.28

 K value IS 0.68

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#25523B (or 0x25523B) is known color: Kaitoke Green. HEX triplet: 25, 52 and 3B. RGB value is (37,82,59). Sum of RGB (Red+Green+Blue) = 37+82+59=178 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.79% from 178); Green value is 82 (32.42% from 255 or 46.07% from 178); Blue value is 59 (23.44% from 255 or 33.15% from 178); Max value from RGB is 82 - color contains mainly: green. Hex color #25523B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25523B is #DAADC4. Grayscale: #414141. Windows color (decimal): -14331333 or 3887653. OLE color: 3887653.

HSL color Cylindrical-coordinate representation of color #25523B: hue angle of 149.33º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #25523B is Cyan = 0.55, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.68.

Color convert

RGB 37 82 59 -
CMYK 0.55 0 0.28 0.68
HSL 149.33º 0.38% 0.23% -
HSV(B) 149.33º 0.55% 0.32% -
XYZ 4.57 6.74 5.2 -
YUV 65.92 124.09 107.37 -
System Red Green Blue C M Y K H S L
Decimal 37 82 59 0.55 0 0.28 0.68 149.33 0.38 0.23
Hex 25 52 3B 37 0 1C 44 95 26 17
Octal 45 122 73 67 0 34 104 225 46 27
Binary 100101 1010010 111011 110111 0 11100 1000100 10010101 100110 10111

Color Harmonies of #25523B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25523B

Black with #25523B

Text Example


Text Example

White with #25523B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25523B; }

 p { color: rgb(37,82,59); }

 H1.HeaderClassName
 {
   color: #25523B;
 }
 .AnyTagClassName
 {
   color: #25523B;
 }
</style>

background-color css

<style>
 a { background-color: #25523B; }

 a { background-color: rgb(37,82,59); }

 div.DivClassName
 {
   background-color: #25523B;
 }
 .BgClassName
 {
   background-color: #25523B;
 }
</style>

border-color css

<style>
 span { border-color: #25523B; }

 span { border-color: rgb(37,82,59); }

 td.TdClassName
 {
   border-color: #25523B;
 }
 .TagClassName
 {
   border-color: #25523B;
 }
</style>