#0C4308

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

Shades of Myrtle #0C4308

Tints of Myrtle #0C4308

Color information

#0C4308 (or 0x0C4308) is unknown color: approx Myrtle. HEX triplet: 0C, 43 and 08. RGB value is (12,67,8). Sum of RGB (Red+Green+Blue) = 12+67+8=87 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.79% from 87); Green value is 67 (26.56% from 255 or 77.01% from 87); Blue value is 8 (3.52% from 255 or 9.20% from 87); Max value from RGB is 67 - color contains mainly: green. Hex color #0C4308 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C4308 is #F3BCF7. Grayscale: #2C2C2C. Windows color (decimal): -15973624 or 541452. OLE color: 541452.

HSL color Cylindrical-coordinate representation of color #0C4308: hue angle of 115.93º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C4308 is Cyan = 0.82, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.74.

Color convert

RGB12678-
CMYK0.8200.880.74
HSL115.93º78.67%14.71%-
HSV(B)115.93º88.06%26.27%-
XYZ2.24.110.91-
YUV43.83107.78105.3-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 13.79%
GREEN value IS 67 (26.56% from 255) = 77.01%
BLUE value IS 8 (3.52% from 255) = 9.20%
R=13.79%
G=77.01%
B=9.20%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal126780.8200.880.74115.9378.6714.71
HexC438520584A744ff
Octal1410310122013011216411717
Binary1100100001110001010010010110001001010111010010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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