#205003

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

Shades of Myrtle #205003

Tints of Myrtle #205003

Color information

#205003 (or 0x205003) is unknown color: approx Myrtle. HEX triplet: 20, 50 and 03. RGB value is (32,80,3). Sum of RGB (Red+Green+Blue) = 32+80+3=115 (15% of max value = 765). Red value is 32 (12.89% from 255 or 27.83% from 115); Green value is 80 (31.64% from 255 or 69.57% from 115); Blue value is 3 (1.56% from 255 or 2.61% from 115); Max value from RGB is 80 - color contains mainly: green. Hex color #205003 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #205003 is #DFAFFC. Grayscale: #393939. Windows color (decimal): -14659581 or 217120. OLE color: 217120.

HSL color Cylindrical-coordinate representation of color #205003: hue angle of 97.4º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #205003 is Cyan = 0.60, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.69.

Color convert

RGB32803-
CMYK0.6000.960.69
HSL97.4º92.77%16.27%-
HSV(B)97.4º96.25%31.37%-
XYZ3.486.051.07-
YUV56.8797.6110.26-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 27.83%
GREEN value IS 80 (31.64% from 255) = 69.57%
BLUE value IS 3 (1.56% from 255) = 2.61%
R=27.83%
G=69.57%
B=2.61%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal328030.6000.960.6997.492.7716.27
Hex205033C06045615d10
Octal40120374014010514113520
Binary1000001010000111111000110000010001011100001101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205003; }

 p { color: rgb(32,80,3); }

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

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

 a { background-color: rgb(32,80,3); }

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

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

 span { border-color: rgb(32,80,3); }

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