#0C3500

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

Shades of Myrtle #0C3500

Tints of Myrtle #0C3500

Color information

#0C3500 (or 0x0C3500) is unknown color: approx Myrtle. HEX triplet: 0C, 35 and 00. RGB value is (12,53,0). Sum of RGB (Red+Green+Blue) = 12+53+0=65 (8% of max value = 765). Red value is 12 (5.08% from 255 or 18.46% from 65); Green value is 53 (21.09% from 255 or 81.54% from 65); Blue value is 0 (0.39% from 255 or 0% from 65); Max value from RGB is 53 - color contains mainly: green. Hex color #0C3500 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C3500 is #F3CAFF. Grayscale: #222222. Windows color (decimal): -15977216 or 13580. OLE color: 13580.

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

Color convert

RGB12530-
CMYK0.77010.79
HSL106.42º100%10.39%-
HSV(B)106.42º100%20.78%-
XYZ1.422.620.43-
YUV34.7108.42111.81-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 18.46%
GREEN value IS 53 (21.09% from 255) = 81.54%
BLUE value IS 0 (0.39% from 255) = 0%
R=18.46%
G=81.54%
B=0%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal125300.77010.79106.4210010.39
HexC3504D0644F6a64a
Octal14650115014411715214412
Binary110011010101001101011001001001111110101011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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