#21563C

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

Shades of Kaitoke Green #21563C

Tints of Kaitoke Green #21563C

Color information

#21563C (or 0x21563C) is unknown color: approx Kaitoke Green. HEX triplet: 21, 56 and 3C. RGB value is (33,86,60). Sum of RGB (Red+Green+Blue) = 33+86+60=179 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.44% from 179); Green value is 86 (33.98% from 255 or 48.04% from 179); Blue value is 60 (23.83% from 255 or 33.52% from 179); Max value from RGB is 86 - color contains mainly: green. Hex color #21563C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21563C is #DEA9C3. Grayscale: #434343. Windows color (decimal): -14592452 or 3954209. OLE color: 3954209.

HSL color Cylindrical-coordinate representation of color #21563C: hue angle of 150.57º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #21563C is Cyan = 0.62, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.66.

Color convert

RGB338660-
CMYK0.6200.300.66
HSL150.57º44.54%23.33%-
HSV(B)150.57º61.63%33.73%-
XYZ4.777.315.43-
YUV67.19123.94103.61-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.44%
GREEN value IS 86 (33.98% from 255) = 48.04%
BLUE value IS 60 (23.83% from 255) = 33.52%
R=18.44%
G=48.04%
B=33.52%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3386600.6200.300.66150.5744.5423.33
Hex21563C3E01E42972d17
Octal4112674760361022275527
Binary100001101011011110011111001111010000101001011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21563C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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