#0C330F

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

Shades of Myrtle #0C330F

Tints of Myrtle #0C330F

Color information

#0C330F (or 0x0C330F) is unknown color: approx Myrtle. HEX triplet: 0C, 33 and 0F. RGB value is (12,51,15). Sum of RGB (Red+Green+Blue) = 12+51+15=78 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.38% from 78); Green value is 51 (20.31% from 255 or 65.38% from 78); Blue value is 15 (6.25% from 255 or 19.23% from 78); Max value from RGB is 51 - color contains mainly: green. Hex color #0C330F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C330F is #F3CCF0. Grayscale: #232323. Windows color (decimal): -15977713 or 996108. OLE color: 996108.

HSL color Cylindrical-coordinate representation of color #0C330F: hue angle of 124.62º degrees, saturation: 0.62, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0C330F is Cyan = 0.76, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.8.

Color convert

RGB125115-
CMYK0.7600.710.8
HSL124.62º61.9%12.35%-
HSV(B)124.62º76.47%20%-
XYZ1.422.480.86-
YUV35.24116.58111.43-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 15.38%
GREEN value IS 51 (20.31% from 255) = 65.38%
BLUE value IS 15 (6.25% from 255) = 19.23%
R=15.38%
G=65.38%
B=19.23%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1251150.7600.710.8124.6261.912.35
HexC33F4C047507d3ec
Octal14631711401071201757614
Binary11001100111111100110001000111101000011111011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C330F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,51,15); }

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

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

 a { background-color: rgb(12,51,15); }

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

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

 span { border-color: rgb(12,51,15); }

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