#0C3708

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

Shades of Myrtle #0C3708

Tints of Myrtle #0C3708

Color information

#0C3708 (or 0x0C3708) is unknown color: approx Myrtle. HEX triplet: 0C, 37 and 08. RGB value is (12,55,8). Sum of RGB (Red+Green+Blue) = 12+55+8=75 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16% from 75); Green value is 55 (21.88% from 255 or 73.33% from 75); Blue value is 8 (3.52% from 255 or 10.67% from 75); Max value from RGB is 55 - color contains mainly: green. Hex color #0C3708 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C3708 is #F3C8F7. Grayscale: #242424. Windows color (decimal): -15976696 or 538380. OLE color: 538380.

HSL color Cylindrical-coordinate representation of color #0C3708: hue angle of 114.89º degrees, saturation: 0.75, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C3708 is Cyan = 0.78, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.78.

Color convert

RGB12558-
CMYK0.7800.850.78
HSL114.89º74.6%12.35%-
HSV(B)114.89º85.45%21.57%-
XYZ1.562.830.69-
YUV36.78111.75110.32-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 16%
GREEN value IS 55 (21.88% from 255) = 73.33%
BLUE value IS 8 (3.52% from 255) = 10.67%
R=16%
G=73.33%
B=10.67%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal125580.7800.850.78114.8974.612.35
HexC3784E0554E734bc
Octal146710116012511616311314
Binary110011011110001001110010101011001110111001110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,55,8); }

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

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

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

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

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

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

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