#0C530C

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

Shades of Myrtle #0C530C

Tints of Myrtle #0C530C

Color information

#0C530C (or 0x0C530C) is unknown color: approx Myrtle. HEX triplet: 0C, 53 and 0C. RGB value is (12,83,12). Sum of RGB (Red+Green+Blue) = 12+83+12=107 (14% of max value = 765). Red value is 12 (5.08% from 255 or 11.21% from 107); Green value is 83 (32.81% from 255 or 77.57% from 107); Blue value is 12 (5.08% from 255 or 11.21% from 107); Max value from RGB is 83 - color contains mainly: green. Hex color #0C530C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C530C is #F3ACF3. Grayscale: #353535. Windows color (decimal): -15969524 or 807692. OLE color: 807692.

HSL color Cylindrical-coordinate representation of color #0C530C: hue angle of 120º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C530C is Cyan = 0.86, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB128312-
CMYK0.8600.860.67
HSL120º74.74%18.63%-
HSV(B)120º85.54%32.55%-
XYZ3.316.291.39-
YUV53.68104.4898.27-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 11.21%
GREEN value IS 83 (32.81% from 255) = 77.57%
BLUE value IS 12 (5.08% from 255) = 11.21%
R=11.21%
G=77.57%
B=11.21%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1283120.8600.860.6712074.7418.63
HexC53C5605643784b13
Octal1412314126012610317011323
Binary11001010011110010101100101011010000111111000100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C530C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,83,12); }

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

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

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

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

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

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

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