#031702

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

Shades of Myrtle #031702

Tints of Myrtle #031702

Color information

#031702 (or 0x031702) is unknown color: approx Myrtle. HEX triplet: 03, 17 and 02. RGB value is (3,23,2). Sum of RGB (Red+Green+Blue) = 3+23+2=28 (3% of max value = 765). Red value is 3 (1.56% from 255 or 10.71% from 28); Green value is 23 (9.38% from 255 or 82.14% from 28); Blue value is 2 (1.17% from 255 or 7.14% from 28); Max value from RGB is 23 - color contains mainly: green. Hex color #031702 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031702 is #FCE8FD. Grayscale: #0E0E0E. Windows color (decimal): -16574718 or 136963. OLE color: 136963.

HSL color Cylindrical-coordinate representation of color #031702: hue angle of 117.14º degrees, saturation: 0.84, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #031702 is Cyan = 0.87, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.91.

Color convert

RGB3232-
CMYK0.8700.910.91
HSL117.14º84%4.9%-
HSV(B)117.14º91.3%9.02%-
XYZ0.350.640.16-
YUV14.63120.87119.71-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 10.71%
GREEN value IS 23 (9.38% from 255) = 82.14%
BLUE value IS 2 (1.17% from 255) = 7.14%
R=10.71%
G=82.14%
B=7.14%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal32320.8700.910.91117.14844.9
Hex31725705B5B75545
Octal327212701331331651245
Binary111011110101011101011011101101111101011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031702; }

 p { color: rgb(3,23,2); }

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

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

 a { background-color: rgb(3,23,2); }

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

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

 span { border-color: rgb(3,23,2); }

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