#0C3902

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

Shades of Myrtle #0C3902

Tints of Myrtle #0C3902

Color information

#0C3902 (or 0x0C3902) is unknown color: approx Myrtle. HEX triplet: 0C, 39 and 02. RGB value is (12,57,2). Sum of RGB (Red+Green+Blue) = 12+57+2=71 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16.90% from 71); Green value is 57 (22.66% from 255 or 80.28% from 71); Blue value is 2 (1.17% from 255 or 2.82% from 71); Max value from RGB is 57 - color contains mainly: green. Hex color #0C3902 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C3902 is #F3C6FD. Grayscale: #252525. Windows color (decimal): -15976190 or 145676. OLE color: 145676.

HSL color Cylindrical-coordinate representation of color #0C3902: hue angle of 109.09º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0C3902 is Cyan = 0.79, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.78.

Color convert

RGB12572-
CMYK0.7900.960.78
HSL109.09º93.22%11.57%-
HSV(B)109.09º96.49%22.35%-
XYZ1.633.010.55-
YUV37.28108.09109.97-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 16.90%
GREEN value IS 57 (22.66% from 255) = 80.28%
BLUE value IS 2 (1.17% from 255) = 2.82%
R=16.90%
G=80.28%
B=2.82%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal125720.7900.960.78109.0993.2211.57
HexC3924F0604E6d5dc
Octal14712117014011615513514
Binary1100111001101001111011000001001110110110110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C3902; }

 p { color: rgb(12,57,2); }

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

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

 a { background-color: rgb(12,57,2); }

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

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

 span { border-color: rgb(12,57,2); }

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