#0C3007

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

Shades of Myrtle #0C3007

Tints of Myrtle #0C3007

Color information

#0C3007 (or 0x0C3007) is unknown color: approx Myrtle. HEX triplet: 0C, 30 and 07. RGB value is (12,48,7). Sum of RGB (Red+Green+Blue) = 12+48+7=67 (8% of max value = 765). Red value is 12 (5.08% from 255 or 17.91% from 67); Green value is 48 (19.14% from 255 or 71.64% from 67); Blue value is 7 (3.12% from 255 or 10.45% from 67); Max value from RGB is 48 - color contains mainly: green. Hex color #0C3007 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C3007 is #F3CFF8. Grayscale: #202020. Windows color (decimal): -15978489 or 471052. OLE color: 471052.

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

Color convert

RGB12487-
CMYK0.7500.850.81
HSL112.68º74.55%10.78%-
HSV(B)112.68º85.42%18.82%-
XYZ1.252.210.56-
YUV32.56113.57113.33-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 17.91%
GREEN value IS 48 (19.14% from 255) = 71.64%
BLUE value IS 7 (3.12% from 255) = 10.45%
R=17.91%
G=71.64%
B=10.45%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal124870.7500.850.81112.6874.5510.78
HexC3074B05551714bb
Octal14607113012512116111313
Binary11001100001111001011010101011010001111000110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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