#0C3008

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

Shades of Myrtle #0C3008

Tints of Myrtle #0C3008

Color information

#0C3008 (or 0x0C3008) is unknown color: approx Myrtle. HEX triplet: 0C, 30 and 08. RGB value is (12,48,8). Sum of RGB (Red+Green+Blue) = 12+48+8=68 (9% of max value = 765). Red value is 12 (5.08% from 255 or 17.65% from 68); Green value is 48 (19.14% from 255 or 70.59% from 68); Blue value is 8 (3.52% from 255 or 11.76% from 68); Max value from RGB is 48 - color contains mainly: green. Hex color #0C3008 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C3008 is #F3CFF7. Grayscale: #202020. Windows color (decimal): -15978488 or 536588. OLE color: 536588.

HSL color Cylindrical-coordinate representation of color #0C3008: hue angle of 114º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0C3008 is Cyan = 0.75, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.81.

Color convert

RGB12488-
CMYK0.7500.830.81
HSL114º71.43%10.98%-
HSV(B)114º83.33%18.82%-
XYZ1.252.210.59-
YUV32.68114.07113.25-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 17.65%
GREEN value IS 48 (19.14% from 255) = 70.59%
BLUE value IS 8 (3.52% from 255) = 11.76%
R=17.65%
G=70.59%
B=11.76%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal124880.7500.830.8111471.4310.98
HexC3084B053517247b
Octal146010113012312116210713
Binary110011000010001001011010100111010001111001010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,48,8); }

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

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

 a { background-color: rgb(12,48,8); }

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

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

 span { border-color: rgb(12,48,8); }

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