#0C350C

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

Shades of Myrtle #0C350C

Tints of Myrtle #0C350C

Color information

#0C350C (or 0x0C350C) is unknown color: approx Myrtle. HEX triplet: 0C, 35 and 0C. RGB value is (12,53,12). Sum of RGB (Red+Green+Blue) = 12+53+12=77 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.58% from 77); Green value is 53 (21.09% from 255 or 68.83% from 77); Blue value is 12 (5.08% from 255 or 15.58% from 77); Max value from RGB is 53 - color contains mainly: green. Hex color #0C350C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C350C is #F3CAF3. Grayscale: #242424. Windows color (decimal): -15977204 or 800012. OLE color: 800012.

HSL color Cylindrical-coordinate representation of color #0C350C: hue angle of 120º degrees, saturation: 0.63, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0C350C is Cyan = 0.77, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.79.

Color convert

RGB125312-
CMYK0.7700.770.79
HSL120º63.08%12.75%-
HSV(B)120º77.36%20.78%-
XYZ1.492.650.78-
YUV36.07114.42110.83-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 15.58%
GREEN value IS 53 (21.09% from 255) = 68.83%
BLUE value IS 12 (5.08% from 255) = 15.58%
R=15.58%
G=68.83%
B=15.58%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1253120.7700.770.7912063.0812.75
HexC35C4D04D4F783fd
Octal14651411501151171707715
Binary11001101011100100110101001101100111111110001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C350C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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