Html Css Color HEX #255533 Kaitoke Green

📋 copy color: '#255533'

red 37 ◦ green 85 ◦ blue 51

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

Shades of Kaitoke Green #255533

Tints of Kaitoke Green #255533

RGB

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

 GREEN value IS 85 (33.59% from 255) = 49.13%

 BLUE value IS 51 (20.31% from 255) = 29.48%

R = 21.39%
G = 49.13%
B = 29.48%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.40

 K value IS 0.67

RGB Variations

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

Color information

#255533 (or 0x255533) is known color: Kaitoke Green. HEX triplet: 25, 55 and 33. RGB value is (37,85,51). Sum of RGB (Red+Green+Blue) = 37+85+51=173 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.39% from 173); Green value is 85 (33.59% from 255 or 49.13% from 173); Blue value is 51 (20.31% from 255 or 29.48% from 173); Max value from RGB is 85 - color contains mainly: green. Hex color #255533 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255533 is #DAAACC. Grayscale: #424242. Windows color (decimal): -14330573 or 3364133. OLE color: 3364133.

HSL color Cylindrical-coordinate representation of color #255533: hue angle of 137.5º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #255533 is Cyan = 0.56, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB 37 85 51 -
CMYK 0.56 0 0.40 0.67
HSL 137.5º 0.39% 0.24% -
HSV(B) 137.5º 0.56% 0.33% -
XYZ 4.61 7.13 4.27 -
YUV 66.77 119.1 106.76 -
System Red Green Blue C M Y K H S L
Decimal 37 85 51 0.56 0 0.40 0.67 137.5 0.39 0.24
Hex 25 55 33 38 0 28 43 8A 27 18
Octal 45 125 63 70 0 50 103 212 47 30
Binary 100101 1010101 110011 111000 0 101000 1000011 10001010 100111 11000

Color Harmonies of #255533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255533

Black with #255533

Text Example


Text Example

White with #255533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255533; }

 p { color: rgb(37,85,51); }

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

background-color css

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

 a { background-color: rgb(37,85,51); }

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

border-color css

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

 span { border-color: rgb(37,85,51); }

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