#22552D

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

Shades of Kaitoke Green #22552D

Tints of Kaitoke Green #22552D

Color information

#22552D (or 0x22552D) is unknown color: approx Kaitoke Green. HEX triplet: 22, 55 and 2D. RGB value is (34,85,45). Sum of RGB (Red+Green+Blue) = 34+85+45=164 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.73% from 164); Green value is 85 (33.59% from 255 or 51.83% from 164); Blue value is 45 (17.97% from 255 or 27.44% from 164); Max value from RGB is 85 - color contains mainly: green. Hex color #22552D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #22552D is #DDAAD2. Grayscale: #414141. Windows color (decimal): -14527187 or 2970914. OLE color: 2970914.

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

Color convert

RGB348545-
CMYK0.6000.470.67
HSL132.94º42.86%23.33%-
HSV(B)132.94º60%33.33%-
XYZ4.387.033.61-
YUV65.19116.6105.75-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.73%
GREEN value IS 85 (33.59% from 255) = 51.83%
BLUE value IS 45 (17.97% from 255) = 27.44%
R=20.73%
G=51.83%
B=27.44%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3485450.6000.470.67132.9442.8623.33
Hex22552D3C02F43852b17
Octal4212555740571032055327
Binary1000101010101101101111100010111110000111000010110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22552D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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