#03500C

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

Shades of Myrtle #03500C

Tints of Myrtle #03500C

Color information

#03500C (or 0x03500C) is unknown color: approx Myrtle. HEX triplet: 03, 50 and 0C. RGB value is (3,80,12). Sum of RGB (Red+Green+Blue) = 3+80+12=95 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.16% from 95); Green value is 80 (31.64% from 255 or 84.21% from 95); Blue value is 12 (5.08% from 255 or 12.63% from 95); Max value from RGB is 80 - color contains mainly: green. Hex color #03500C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #03500C is #FCAFF3. Grayscale: #313131. Windows color (decimal): -16560116 or 806915. OLE color: 806915.

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

Color convert

RGB38012-
CMYK0.9600.850.69
HSL127.01º92.77%16.27%-
HSV(B)127.01º96.25%31.37%-
XYZ2.975.781.31-
YUV49.22106.9995.03-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.16%
GREEN value IS 80 (31.64% from 255) = 84.21%
BLUE value IS 12 (5.08% from 255) = 12.63%
R=3.16%
G=84.21%
B=12.63%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal380120.9600.850.69127.0192.7716.27
Hex350C60055457f5d10
Octal312014140012510517713520
Binary111010000110011000000101010110001011111111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03500C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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