#21533A

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

Shades of Kaitoke Green #21533A

Tints of Kaitoke Green #21533A

Color information

#21533A (or 0x21533A) is unknown color: approx Kaitoke Green. HEX triplet: 21, 53 and 3A. RGB value is (33,83,58). Sum of RGB (Red+Green+Blue) = 33+83+58=174 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.97% from 174); Green value is 83 (32.81% from 255 or 47.70% from 174); Blue value is 58 (23.05% from 255 or 33.33% from 174); Max value from RGB is 83 - color contains mainly: green. Hex color #21533A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21533A is #DEACC5. Grayscale: #414141. Windows color (decimal): -14593222 or 3822369. OLE color: 3822369.

HSL color Cylindrical-coordinate representation of color #21533A: hue angle of 150º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #21533A is Cyan = 0.60, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.67.

Color convert

RGB338358-
CMYK0.6000.300.67
HSL150º43.1%22.75%-
HSV(B)150º60.24%32.55%-
XYZ4.486.825.08-
YUV65.2123.94105.03-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.97%
GREEN value IS 83 (32.81% from 255) = 47.70%
BLUE value IS 58 (23.05% from 255) = 33.33%
R=18.97%
G=47.70%
B=33.33%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3383580.6000.300.6715043.122.75
Hex21533A3C01E43962b17
Octal4112372740361032265327
Binary100001101001111101011110001111010000111001011010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21533A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21533A; }

 p { color: rgb(33,83,58); }

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

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

 a { background-color: rgb(33,83,58); }

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

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

 span { border-color: rgb(33,83,58); }

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