#22553B

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

Shades of Kaitoke Green #22553B

Tints of Kaitoke Green #22553B

Color information

#22553B (or 0x22553B) is unknown color: approx Kaitoke Green. HEX triplet: 22, 55 and 3B. RGB value is (34,85,59). Sum of RGB (Red+Green+Blue) = 34+85+59=178 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.10% from 178); Green value is 85 (33.59% from 255 or 47.75% from 178); Blue value is 59 (23.44% from 255 or 33.15% from 178); Max value from RGB is 85 - color contains mainly: green. Hex color #22553B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #22553B is #DDAAC4. Grayscale: #424242. Windows color (decimal): -14527173 or 3888418. OLE color: 3888418.

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

Color convert

RGB348559-
CMYK0.6000.310.67
HSL149.41º42.86%23.33%-
HSV(B)149.41º60%33.33%-
XYZ4.77.155.27-
YUV66.79123.6104.61-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.10%
GREEN value IS 85 (33.59% from 255) = 47.75%
BLUE value IS 59 (23.44% from 255) = 33.15%
R=19.10%
G=47.75%
B=33.15%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3485590.6000.310.67149.4142.8623.33
Hex22553B3C01F43952b17
Octal4212573740371032255327
Binary100010101010111101111110001111110000111001010110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22553B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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