#03520B

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

Shades of Myrtle #03520B

Tints of Myrtle #03520B

Color information

#03520B (or 0x03520B) is unknown color: approx Myrtle. HEX triplet: 03, 52 and 0B. RGB value is (3,82,11). Sum of RGB (Red+Green+Blue) = 3+82+11=96 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.12% from 96); Green value is 82 (32.42% from 255 or 85.42% from 96); Blue value is 11 (4.69% from 255 or 11.46% from 96); Max value from RGB is 82 - color contains mainly: green. Hex color #03520B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #03520B is #FCADF4. Grayscale: #323232. Windows color (decimal): -16559605 or 741891. OLE color: 741891.

HSL color Cylindrical-coordinate representation of color #03520B: hue angle of 126.08º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03520B is Cyan = 0.96, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.68.

Color convert

RGB38211-
CMYK0.9600.870.68
HSL126.08º92.94%16.67%-
HSV(B)126.08º96.34%32.16%-
XYZ3.126.081.33-
YUV50.28105.8394.27-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.12%
GREEN value IS 82 (32.42% from 255) = 85.42%
BLUE value IS 11 (4.69% from 255) = 11.46%
R=3.12%
G=85.42%
B=11.46%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal382110.9600.870.68126.0892.9416.67
Hex352B60057447e5d11
Octal312213140012710417613521
Binary111010010101111000000101011110001001111110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03520B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03520B; }

 p { color: rgb(3,82,11); }

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

<style>
 a { background-color: #03520B; }

 a { background-color: rgb(3,82,11); }

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

<style>
 span { border-color: #03520B; }

 span { border-color: rgb(3,82,11); }

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