#22552E

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

Shades of Kaitoke Green #22552E

Tints of Kaitoke Green #22552E

Color information

#22552E (or 0x22552E) is unknown color: approx Kaitoke Green. HEX triplet: 22, 55 and 2E. RGB value is (34,85,46). Sum of RGB (Red+Green+Blue) = 34+85+46=165 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.61% from 165); Green value is 85 (33.59% from 255 or 51.52% from 165); Blue value is 46 (18.36% from 255 or 27.88% from 165); Max value from RGB is 85 - color contains mainly: green. Hex color #22552E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #22552E is #DDAAD1. Grayscale: #414141. Windows color (decimal): -14527186 or 3036450. OLE color: 3036450.

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

Color convert

RGB348546-
CMYK0.6000.460.67
HSL134.12º42.86%23.33%-
HSV(B)134.12º60%33.33%-
XYZ4.47.033.71-
YUV65.3117.1105.67-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.61%
GREEN value IS 85 (33.59% from 255) = 51.52%
BLUE value IS 46 (18.36% from 255) = 27.88%
R=20.61%
G=51.52%
B=27.88%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3485460.6000.460.67134.1242.8623.33
Hex22552E3C02E43862b17
Octal4212556740561032065327
Binary1000101010101101110111100010111010000111000011010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22552E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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