#225532

Color #225532 Kaitoke Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kaitoke Green #225532

Tints of Kaitoke Green #225532

Color information

#225532 (or 0x225532) is unknown color: approx Kaitoke Green. HEX triplet: 22, 55 and 32. RGB value is (34,85,50). Sum of RGB (Red+Green+Blue) = 34+85+50=169 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.12% from 169); Green value is 85 (33.59% from 255 or 50.30% from 169); Blue value is 50 (19.92% from 255 or 29.59% from 169); Max value from RGB is 85 - color contains mainly: green. Hex color #225532 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225532 is #DDAACD. Grayscale: #414141. Windows color (decimal): -14527182 or 3298594. OLE color: 3298594.

HSL color Cylindrical-coordinate representation of color #225532: hue angle of 138.82º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #225532 is Cyan = 0.60, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB348550-
CMYK0.6000.410.67
HSL138.82º42.86%23.33%-
HSV(B)138.82º60%33.33%-
XYZ4.487.074.15-
YUV65.76119.1105.35-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.12%
GREEN value IS 85 (33.59% from 255) = 50.30%
BLUE value IS 50 (19.92% from 255) = 29.59%
R=20.12%
G=50.30%
B=29.59%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3485500.6000.410.67138.8242.8623.33
Hex2255323C029438b2b17
Octal4212562740511032135327
Binary1000101010101110010111100010100110000111000101110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225532; }

 p { color: rgb(34,85,50); }

 H1.HeaderClassName
 {
   color: #225532;
 }
 .AnyTagClassName
 {
   color: #225532;
 }
</style>
background-color css

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

 a { background-color: rgb(34,85,50); }

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

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

 span { border-color: rgb(34,85,50); }

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