#03580F

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

Shades of Myrtle #03580F

Tints of Myrtle #03580F

Color information

#03580F (or 0x03580F) is unknown color: approx Myrtle. HEX triplet: 03, 58 and 0F. RGB value is (3,88,15). Sum of RGB (Red+Green+Blue) = 3+88+15=106 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.83% from 106); Green value is 88 (34.77% from 255 or 83.02% from 106); Blue value is 15 (6.25% from 255 or 14.15% from 106); Max value from RGB is 88 - color contains mainly: green. Hex color #03580F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #03580F is #FCA7F0. Grayscale: #363636. Windows color (decimal): -16558065 or 1005571. OLE color: 1005571.

HSL color Cylindrical-coordinate representation of color #03580F: hue angle of 128.47º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03580F is Cyan = 0.97, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB38815-
CMYK0.9700.830.65
HSL128.47º93.41%17.84%-
HSV(B)128.47º96.59%34.51%-
XYZ3.617.031.62-
YUV54.26105.8491.44-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.83%
GREEN value IS 88 (34.77% from 255) = 83.02%
BLUE value IS 15 (6.25% from 255) = 14.15%
R=2.83%
G=83.02%
B=14.15%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal388150.9700.830.65128.4793.4117.84
Hex358F6105341805d12
Octal313017141012310120013522
Binary1110110001111110000101010011100000110000000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03580F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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