#0C3B12

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

Shades of Myrtle #0C3B12

Tints of Myrtle #0C3B12

Color information

#0C3B12 (or 0x0C3B12) is unknown color: approx Myrtle. HEX triplet: 0C, 3B and 12. RGB value is (12,59,18). Sum of RGB (Red+Green+Blue) = 12+59+18=89 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.48% from 89); Green value is 59 (23.44% from 255 or 66.29% from 89); Blue value is 18 (7.42% from 255 or 20.22% from 89); Max value from RGB is 59 - color contains mainly: green. Hex color #0C3B12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C3B12 is #F3C4ED. Grayscale: #282828. Windows color (decimal): -15975662 or 1194764. OLE color: 1194764.

HSL color Cylindrical-coordinate representation of color #0C3B12: hue angle of 127.66º degrees, saturation: 0.66, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0C3B12 is Cyan = 0.80, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.77.

Color convert

RGB125918-
CMYK0.8000.690.77
HSL127.66º66.2%13.92%-
HSV(B)127.66º79.66%23.14%-
XYZ1.823.251.1-
YUV40.27115.43107.83-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 13.48%
GREEN value IS 59 (23.44% from 255) = 66.29%
BLUE value IS 18 (7.42% from 255) = 20.22%
R=13.48%
G=66.29%
B=20.22%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1259180.8000.690.77127.6666.213.92
HexC3B12500454D8042e
Octal147322120010511520010216
Binary11001110111001010100000100010110011011000000010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,59,18); }

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

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

 a { background-color: rgb(12,59,18); }

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

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

 span { border-color: rgb(12,59,18); }

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