#031200

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

Shades of Myrtle #031200

Tints of Myrtle #031200

Color information

#031200 (or 0x031200) is unknown color: approx Myrtle. HEX triplet: 03, 12 and 00. RGB value is (3,18,0). Sum of RGB (Red+Green+Blue) = 3+18+0=21 (2% of max value = 765). Red value is 3 (1.56% from 255 or 14.29% from 21); Green value is 18 (7.42% from 255 or 85.71% from 21); Blue value is 0 (0.39% from 255 or 0% from 21); Max value from RGB is 18 - color contains mainly: green. Hex color #031200 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031200 is #FCEDFF. Grayscale: #0B0B0B. Windows color (decimal): -16576000 or 4611. OLE color: 4611.

HSL color Cylindrical-coordinate representation of color #031200: hue angle of 110º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #031200 is Cyan = 0.83, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.93.

Color convert

RGB3180-
CMYK0.83010.93
HSL110º100%3.53%-
HSV(B)110º100%7.06%-
XYZ0.250.450.07-
YUV11.46121.53121.96-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 14.29%
GREEN value IS 18 (7.42% from 255) = 85.71%
BLUE value IS 0 (0.39% from 255) = 0%
R=14.29%
G=85.71%
B=0%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal31800.83010.931101003.53
Hex3120530645D6e644
Octal322012301441351561444
Binary11100100101001101100100101110111011101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031200; }

 p { color: rgb(3,18,0); }

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

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

 a { background-color: rgb(3,18,0); }

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

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

 span { border-color: rgb(3,18,0); }

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