#22552C

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

Shades of Kaitoke Green #22552C

Tints of Kaitoke Green #22552C

Color information

#22552C (or 0x22552C) is unknown color: approx Kaitoke Green. HEX triplet: 22, 55 and 2C. RGB value is (34,85,44). Sum of RGB (Red+Green+Blue) = 34+85+44=163 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.86% from 163); Green value is 85 (33.59% from 255 or 52.15% from 163); Blue value is 44 (17.58% from 255 or 26.99% from 163); Max value from RGB is 85 - color contains mainly: green. Hex color #22552C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #22552C is #DDAAD3. Grayscale: #414141. Windows color (decimal): -14527188 or 2905378. OLE color: 2905378.

HSL color Cylindrical-coordinate representation of color #22552C: hue angle of 131.76º 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 #22552C is Cyan = 0.60, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB348544-
CMYK0.6000.480.67
HSL131.76º42.86%23.33%-
HSV(B)131.76º60%33.33%-
XYZ4.367.023.51-
YUV65.08116.1105.83-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.86%
GREEN value IS 85 (33.59% from 255) = 52.15%
BLUE value IS 44 (17.58% from 255) = 26.99%
R=20.86%
G=52.15%
B=26.99%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3485440.6000.480.67131.7642.8623.33
Hex22552C3C03043842b17
Octal4212554740601032045327
Binary1000101010101101100111100011000010000111000010010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22552C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22552C; }

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

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

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

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

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

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

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

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