#03550F

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

Shades of Myrtle #03550F

Tints of Myrtle #03550F

Color information

#03550F (or 0x03550F) is unknown color: approx Myrtle. HEX triplet: 03, 55 and 0F. RGB value is (3,85,15). Sum of RGB (Red+Green+Blue) = 3+85+15=103 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.91% from 103); Green value is 85 (33.59% from 255 or 82.52% from 103); Blue value is 15 (6.25% from 255 or 14.56% from 103); Max value from RGB is 85 - color contains mainly: green. Hex color #03550F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #03550F is #FCAAF0. Grayscale: #343434. Windows color (decimal): -16558833 or 1004803. OLE color: 1004803.

HSL color Cylindrical-coordinate representation of color #03550F: hue angle of 128.78º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03550F is Cyan = 0.96, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB38515-
CMYK0.9600.820.67
HSL128.78º93.18%17.25%-
HSV(B)128.78º96.47%33.33%-
XYZ3.376.551.54-
YUV52.5106.8392.69-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.91%
GREEN value IS 85 (33.59% from 255) = 82.52%
BLUE value IS 15 (6.25% from 255) = 14.56%
R=2.91%
G=82.52%
B=14.56%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal385150.9600.820.67128.7893.1817.25
Hex355F6005243815d11
Octal312517140012210320113521
Binary1110101011111110000001010010100001110000001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03550F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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