#0C4314

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

Shades of Myrtle #0C4314

Tints of Myrtle #0C4314

Color information

#0C4314 (or 0x0C4314) is unknown color: approx Myrtle. HEX triplet: 0C, 43 and 14. RGB value is (12,67,20). Sum of RGB (Red+Green+Blue) = 12+67+20=99 (13% of max value = 765). Red value is 12 (5.08% from 255 or 12.12% from 99); Green value is 67 (26.56% from 255 or 67.68% from 99); Blue value is 20 (8.20% from 255 or 20.20% from 99); Max value from RGB is 67 - color contains mainly: green. Hex color #0C4314 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C4314 is #F3BCEB. Grayscale: #2D2D2D. Windows color (decimal): -15973612 or 1327884. OLE color: 1327884.

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

Color convert

RGB126720-
CMYK0.8200.700.74
HSL128.73º69.62%15.49%-
HSV(B)128.73º82.09%26.27%-
XYZ2.294.141.34-
YUV45.2113.78104.32-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 12.12%
GREEN value IS 67 (26.56% from 255) = 67.68%
BLUE value IS 20 (8.20% from 255) = 20.20%
R=12.12%
G=67.68%
B=20.20%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1267200.8200.700.74128.7369.6215.49
HexC4314520464A8146f
Octal1410324122010611220110617
Binary110010000111010010100100100011010010101000000110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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