#204B00

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

Shades of Myrtle #204B00

Tints of Myrtle #204B00

Color information

#204B00 (or 0x204B00) is unknown color: approx Myrtle. HEX triplet: 20, 4B and 00. RGB value is (32,75,0). Sum of RGB (Red+Green+Blue) = 32+75+0=107 (14% of max value = 765). Red value is 32 (12.89% from 255 or 29.91% from 107); Green value is 75 (29.69% from 255 or 70.09% from 107); Blue value is 0 (0.39% from 255 or 0% from 107); Max value from RGB is 75 - color contains mainly: green. Hex color #204B00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #204B00 is #DFB4FF. Grayscale: #353535. Windows color (decimal): -14660864 or 19232. OLE color: 19232.

HSL color Cylindrical-coordinate representation of color #204B00: hue angle of 94.4º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #204B00 is Cyan = 0.57, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.71.

Color convert

RGB32750-
CMYK0.57010.71
HSL94.4º100%14.71%-
HSV(B)94.4º100%29.41%-
XYZ3.115.340.87-
YUV53.5997.75112.6-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 29.91%
GREEN value IS 75 (29.69% from 255) = 70.09%
BLUE value IS 0 (0.39% from 255) = 0%
R=29.91%
G=70.09%
B=0%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal327500.57010.7194.410014.71
Hex204B039064475e64f
Octal40113071014410713614417
Binary10000010010110111001011001001000111101111011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204B00; }

 p { color: rgb(32,75,0); }

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

<style>
 a { background-color: #204B00; }

 a { background-color: rgb(32,75,0); }

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

<style>
 span { border-color: #204B00; }

 span { border-color: rgb(32,75,0); }

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