#03500D

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

Shades of Myrtle #03500D

Tints of Myrtle #03500D

Color information

#03500D (or 0x03500D) is unknown color: approx Myrtle. HEX triplet: 03, 50 and 0D. RGB value is (3,80,13). Sum of RGB (Red+Green+Blue) = 3+80+13=96 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.12% from 96); Green value is 80 (31.64% from 255 or 83.33% from 96); Blue value is 13 (5.47% from 255 or 13.54% from 96); Max value from RGB is 80 - color contains mainly: green. Hex color #03500D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #03500D is #FCAFF2. Grayscale: #313131. Windows color (decimal): -16560115 or 872451. OLE color: 872451.

HSL color Cylindrical-coordinate representation of color #03500D: hue angle of 127.79º 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 #03500D is Cyan = 0.96, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.69.

Color convert

RGB38013-
CMYK0.9600.840.69
HSL127.79º92.77%16.27%-
HSV(B)127.79º96.25%31.37%-
XYZ2.985.791.34-
YUV49.34107.4994.95-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.12%
GREEN value IS 80 (31.64% from 255) = 83.33%
BLUE value IS 13 (5.47% from 255) = 13.54%
R=3.12%
G=83.33%
B=13.54%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal380130.9600.840.69127.7992.7716.27
Hex350D6005445805d10
Octal312015140012410520013520
Binary1110100001101110000001010100100010110000000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03500D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03500D; }

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

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

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

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

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

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

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

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