#20553A

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

Shades of Kaitoke Green #20553A

Tints of Kaitoke Green #20553A

Color information

#20553A (or 0x20553A) is unknown color: approx Kaitoke Green. HEX triplet: 20, 55 and 3A. RGB value is (32,85,58). Sum of RGB (Red+Green+Blue) = 32+85+58=175 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.29% from 175); Green value is 85 (33.59% from 255 or 48.57% from 175); Blue value is 58 (23.05% from 255 or 33.14% from 175); Max value from RGB is 85 - color contains mainly: green. Hex color #20553A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20553A is #DFAAC5. Grayscale: #424242. Windows color (decimal): -14658246 or 3822880. OLE color: 3822880.

HSL color Cylindrical-coordinate representation of color #20553A: hue angle of 149.43º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #20553A is Cyan = 0.62, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.67.

Color convert

RGB328558-
CMYK0.6200.320.67
HSL149.43º45.3%22.94%-
HSV(B)149.43º62.35%33.33%-
XYZ4.617.115.13-
YUV66.07123.44103.7-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.29%
GREEN value IS 85 (33.59% from 255) = 48.57%
BLUE value IS 58 (23.05% from 255) = 33.14%
R=18.29%
G=48.57%
B=33.14%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3285580.6200.320.67149.4345.322.94
Hex20553A3E02043952d17
Octal4012572760401032255527
Binary1000001010101111010111110010000010000111001010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20553A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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