#20551C

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

Shades of Myrtle #20551C

Tints of Myrtle #20551C

Color information

#20551C (or 0x20551C) is unknown color: approx Myrtle. HEX triplet: 20, 55 and 1C. RGB value is (32,85,28). Sum of RGB (Red+Green+Blue) = 32+85+28=145 (19% of max value = 765). Red value is 32 (12.89% from 255 or 22.07% from 145); Green value is 85 (33.59% from 255 or 58.62% from 145); Blue value is 28 (11.33% from 255 or 19.31% from 145); Max value from RGB is 85 - color contains mainly: green. Hex color #20551C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20551C is #DFAAE3. Grayscale: #3E3E3E. Windows color (decimal): -14658276 or 1856800. OLE color: 1856800.

HSL color Cylindrical-coordinate representation of color #20551C: hue angle of 115.79º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #20551C is Cyan = 0.62, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB328528-
CMYK0.6200.670.67
HSL115.79º50.44%22.16%-
HSV(B)115.79º67.06%33.33%-
XYZ4.056.892.21-
YUV62.65108.44106.13-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 22.07%
GREEN value IS 85 (33.59% from 255) = 58.62%
BLUE value IS 28 (11.33% from 255) = 19.31%
R=22.07%
G=58.62%
B=19.31%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3285280.6200.670.67115.7950.4422.16
Hex20551C3E04343743216
Octal40125347601031031646226
Binary100000101010111100111110010000111000011111010011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20551C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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