#21553C

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

Shades of Kaitoke Green #21553C

Tints of Kaitoke Green #21553C

Color information

#21553C (or 0x21553C) is unknown color: approx Kaitoke Green. HEX triplet: 21, 55 and 3C. RGB value is (33,85,60). Sum of RGB (Red+Green+Blue) = 33+85+60=178 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.54% from 178); Green value is 85 (33.59% from 255 or 47.75% from 178); Blue value is 60 (23.83% from 255 or 33.71% from 178); Max value from RGB is 85 - color contains mainly: green. Hex color #21553C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21553C is #DEAAC3. Grayscale: #424242. Windows color (decimal): -14592708 or 3953953. OLE color: 3953953.

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

Color convert

RGB338560-
CMYK0.6100.290.67
HSL151.15º44.07%23.14%-
HSV(B)151.15º61.18%33.33%-
XYZ4.697.155.41-
YUV66.6124.27104.03-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.54%
GREEN value IS 85 (33.59% from 255) = 47.75%
BLUE value IS 60 (23.83% from 255) = 33.71%
R=18.54%
G=47.75%
B=33.71%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3385600.6100.290.67151.1544.0723.14
Hex21553C3D01D43972c17
Octal4112574750351032275427
Binary100001101010111110011110101110110000111001011110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21553C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,85,60); }

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

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

 a { background-color: rgb(33,85,60); }

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

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

 span { border-color: rgb(33,85,60); }

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