#21543B

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

Shades of Kaitoke Green #21543B

Tints of Kaitoke Green #21543B

Color information

#21543B (or 0x21543B) is unknown color: approx Kaitoke Green. HEX triplet: 21, 54 and 3B. RGB value is (33,84,59). Sum of RGB (Red+Green+Blue) = 33+84+59=176 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.75% from 176); Green value is 84 (33.20% from 255 or 47.73% from 176); Blue value is 59 (23.44% from 255 or 33.52% from 176); Max value from RGB is 84 - color contains mainly: green. Hex color #21543B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21543B is #DEABC4. Grayscale: #414141. Windows color (decimal): -14592965 or 3888161. OLE color: 3888161.

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

Color convert

RGB338459-
CMYK0.6100.300.67
HSL150.59º43.59%22.94%-
HSV(B)150.59º60.71%32.94%-
XYZ4.596.985.24-
YUV65.9124.1104.53-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.75%
GREEN value IS 84 (33.20% from 255) = 47.73%
BLUE value IS 59 (23.44% from 255) = 33.52%
R=18.75%
G=47.73%
B=33.52%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3384590.6100.300.67150.5943.5922.94
Hex21543B3D01E43972c17
Octal4112473750361032275427
Binary100001101010011101111110101111010000111001011110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21543B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,84,59); }

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

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

 a { background-color: rgb(33,84,59); }

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

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

 span { border-color: rgb(33,84,59); }

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