#21553A

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

Shades of Kaitoke Green #21553A

Tints of Kaitoke Green #21553A

Color information

#21553A (or 0x21553A) is unknown color: approx Kaitoke Green. HEX triplet: 21, 55 and 3A. RGB value is (33,85,58). Sum of RGB (Red+Green+Blue) = 33+85+58=176 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.75% from 176); Green value is 85 (33.59% from 255 or 48.30% from 176); Blue value is 58 (23.05% from 255 or 32.95% from 176); Max value from RGB is 85 - color contains mainly: green. Hex color #21553A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21553A is #DEAAC5. Grayscale: #424242. Windows color (decimal): -14592710 or 3822881. OLE color: 3822881.

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

Color convert

RGB338558-
CMYK0.6100.320.67
HSL148.85º44.07%23.14%-
HSV(B)148.85º61.18%33.33%-
XYZ4.647.135.13-
YUV66.37123.27104.2-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.75%
GREEN value IS 85 (33.59% from 255) = 48.30%
BLUE value IS 58 (23.05% from 255) = 32.95%
R=18.75%
G=48.30%
B=32.95%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3385580.6100.320.67148.8544.0723.14
Hex21553A3D02043952c17
Octal4112572750401032255427
Binary1000011010101111010111101010000010000111001010110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21553A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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