#0C440F

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

Shades of Myrtle #0C440F

Tints of Myrtle #0C440F

Color information

#0C440F (or 0x0C440F) is unknown color: approx Myrtle. HEX triplet: 0C, 44 and 0F. RGB value is (12,68,15). Sum of RGB (Red+Green+Blue) = 12+68+15=95 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.63% from 95); Green value is 68 (26.95% from 255 or 71.58% from 95); Blue value is 15 (6.25% from 255 or 15.79% from 95); Max value from RGB is 68 - color contains mainly: green. Hex color #0C440F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C440F is #F3BBF0. Grayscale: #2D2D2D. Windows color (decimal): -15973361 or 1000460. OLE color: 1000460.

HSL color Cylindrical-coordinate representation of color #0C440F: hue angle of 123.21º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0C440F is Cyan = 0.82, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.73.

Color convert

RGB126815-
CMYK0.8200.780.73
HSL123.21º70%15.69%-
HSV(B)123.21º82.35%26.67%-
XYZ2.34.251.15-
YUV45.21110.95104.31-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 12.63%
GREEN value IS 68 (26.95% from 255) = 71.58%
BLUE value IS 15 (6.25% from 255) = 15.79%
R=12.63%
G=71.58%
B=15.79%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1268150.8200.780.73123.217015.69
HexC44F5204E497b4610
Octal1410417122011611117310620
Binary11001000100111110100100100111010010011111011100011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C440F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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