#0C240A

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

Shades of Myrtle #0C240A

Tints of Myrtle #0C240A

Color information

#0C240A (or 0x0C240A) is unknown color: approx Myrtle. HEX triplet: 0C, 24 and 0A. RGB value is (12,36,10). Sum of RGB (Red+Green+Blue) = 12+36+10=58 (7% of max value = 765). Red value is 12 (5.08% from 255 or 20.69% from 58); Green value is 36 (14.45% from 255 or 62.07% from 58); Blue value is 10 (4.30% from 255 or 17.24% from 58); Max value from RGB is 36 - color contains mainly: green. Hex color #0C240A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C240A is #F3DBF5. Grayscale: #191919. Windows color (decimal): -15981558 or 664588. OLE color: 664588.

HSL color Cylindrical-coordinate representation of color #0C240A: hue angle of 115.38º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0C240A is Cyan = 0.67, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.86.

Color convert

RGB123610-
CMYK0.6700.720.86
HSL115.38º56.52%9.02%-
HSV(B)115.38º72.22%14.12%-
XYZ0.841.360.51-
YUV25.86119.05118.11-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 20.69%
GREEN value IS 36 (14.45% from 255) = 62.07%
BLUE value IS 10 (4.30% from 255) = 17.24%
R=20.69%
G=62.07%
B=17.24%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1236100.6700.720.86115.3856.529.02
HexC24A430485673399
Octal14441210301101261637111
Binary11001001001010100001101001000101011011100111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C240A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,36,10); }

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

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

 a { background-color: rgb(12,36,10); }

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

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

 span { border-color: rgb(12,36,10); }

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