#20550F

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

Shades of Myrtle #20550F

Tints of Myrtle #20550F

Color information

#20550F (or 0x20550F) is unknown color: approx Myrtle. HEX triplet: 20, 55 and 0F. RGB value is (32,85,15). Sum of RGB (Red+Green+Blue) = 32+85+15=132 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.24% from 132); Green value is 85 (33.59% from 255 or 64.39% from 132); Blue value is 15 (6.25% from 255 or 11.36% from 132); Max value from RGB is 85 - color contains mainly: green. Hex color #20550F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #20550F is #DFAAF0. Grayscale: #3D3D3D. Windows color (decimal): -14658289 or 1004832. OLE color: 1004832.

HSL color Cylindrical-coordinate representation of color #20550F: hue angle of 105.43º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20550F is Cyan = 0.62, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB328515-
CMYK0.6200.820.67
HSL105.43º70%19.61%-
HSV(B)105.43º82.35%33.33%-
XYZ3.936.841.56-
YUV61.17101.94107.19-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 24.24%
GREEN value IS 85 (33.59% from 255) = 64.39%
BLUE value IS 15 (6.25% from 255) = 11.36%
R=24.24%
G=64.39%
B=11.36%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3285150.6200.820.67105.437019.61
Hex2055F3E05243694614
Octal401251776012210315110624
Binary100000101010111111111100101001010000111101001100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20550F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20550F; }

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

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

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

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

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

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

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

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