#215536

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

Shades of Kaitoke Green #215536

Tints of Kaitoke Green #215536

Color information

#215536 (or 0x215536) is unknown color: approx Kaitoke Green. HEX triplet: 21, 55 and 36. RGB value is (33,85,54). Sum of RGB (Red+Green+Blue) = 33+85+54=172 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.19% from 172); Green value is 85 (33.59% from 255 or 49.42% from 172); Blue value is 54 (21.48% from 255 or 31.40% from 172); Max value from RGB is 85 - color contains mainly: green. Hex color #215536 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215536 is #DEAAC9. Grayscale: #414141. Windows color (decimal): -14592714 or 3560737. OLE color: 3560737.

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

Color convert

RGB338554-
CMYK0.6100.360.67
HSL144.23º44.07%23.14%-
HSV(B)144.23º61.18%33.33%-
XYZ4.547.094.62-
YUV65.92121.27104.52-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.19%
GREEN value IS 85 (33.59% from 255) = 49.42%
BLUE value IS 54 (21.48% from 255) = 31.40%
R=19.19%
G=49.42%
B=31.40%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3385540.6100.360.67144.2344.0723.14
Hex2155363D02443902c17
Octal4112566750441032205427
Binary1000011010101110110111101010010010000111001000010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215536; }

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

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

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

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

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

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

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

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