#0C420B

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

Shades of Myrtle #0C420B

Tints of Myrtle #0C420B

Color information

#0C420B (or 0x0C420B) is unknown color: approx Myrtle. HEX triplet: 0C, 42 and 0B. RGB value is (12,66,11). Sum of RGB (Red+Green+Blue) = 12+66+11=89 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.48% from 89); Green value is 66 (26.17% from 255 or 74.16% from 89); Blue value is 11 (4.69% from 255 or 12.36% from 89); Max value from RGB is 66 - color contains mainly: green. Hex color #0C420B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C420B is #F3BDF4. Grayscale: #2B2B2B. Windows color (decimal): -15973877 or 737804. OLE color: 737804.

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

Color convert

RGB126611-
CMYK0.8200.830.74
HSL118.91º71.43%15.1%-
HSV(B)118.91º83.33%25.88%-
XYZ2.1640.97-
YUV43.58109.61105.47-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 13.48%
GREEN value IS 66 (26.17% from 255) = 74.16%
BLUE value IS 11 (4.69% from 255) = 12.36%
R=13.48%
G=74.16%
B=12.36%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1266110.8200.830.74118.9171.4315.1
HexC42B520534A7747f
Octal1410213122012311216710717
Binary1100100001010111010010010100111001010111011110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C420B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,66,11); }

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

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

 a { background-color: rgb(12,66,11); }

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

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

 span { border-color: rgb(12,66,11); }

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