#03500F

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

Shades of Myrtle #03500F

Tints of Myrtle #03500F

Color information

#03500F (or 0x03500F) is unknown color: approx Myrtle. HEX triplet: 03, 50 and 0F. RGB value is (3,80,15). Sum of RGB (Red+Green+Blue) = 3+80+15=98 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.06% from 98); Green value is 80 (31.64% from 255 or 81.63% from 98); Blue value is 15 (6.25% from 255 or 15.31% from 98); Max value from RGB is 80 - color contains mainly: green. Hex color #03500F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #03500F is #FCAFF0. Grayscale: #313131. Windows color (decimal): -16560113 or 1003523. OLE color: 1003523.

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

Color convert

RGB38015-
CMYK0.9600.810.69
HSL129.35º92.77%16.27%-
HSV(B)129.35º96.25%31.37%-
XYZ2.995.791.41-
YUV49.57108.4994.79-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.06%
GREEN value IS 80 (31.64% from 255) = 81.63%
BLUE value IS 15 (6.25% from 255) = 15.31%
R=3.06%
G=81.63%
B=15.31%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal380150.9600.810.69129.3592.7716.27
Hex350F6005145815d10
Octal312017140012110520113520
Binary1110100001111110000001010001100010110000001101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03500F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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