#22533B

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

Shades of Kaitoke Green #22533B

Tints of Kaitoke Green #22533B

Color information

#22533B (or 0x22533B) is unknown color: approx Kaitoke Green. HEX triplet: 22, 53 and 3B. RGB value is (34,83,59). Sum of RGB (Red+Green+Blue) = 34+83+59=176 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.32% from 176); Green value is 83 (32.81% from 255 or 47.16% from 176); Blue value is 59 (23.44% from 255 or 33.52% from 176); Max value from RGB is 83 - color contains mainly: green. Hex color #22533B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #22533B is #DDACC4. Grayscale: #414141. Windows color (decimal): -14527685 or 3887906. OLE color: 3887906.

HSL color Cylindrical-coordinate representation of color #22533B: hue angle of 150.61º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #22533B is Cyan = 0.59, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB348359-
CMYK0.5900.290.67
HSL150.61º41.88%22.94%-
HSV(B)150.61º59.04%32.55%-
XYZ4.546.845.22-
YUV65.61124.27105.45-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.32%
GREEN value IS 83 (32.81% from 255) = 47.16%
BLUE value IS 59 (23.44% from 255) = 33.52%
R=19.32%
G=47.16%
B=33.52%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3483590.5900.290.67150.6141.8822.94
Hex22533B3B01D43972a17
Octal4212373730351032275227
Binary100010101001111101111101101110110000111001011110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22533B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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