#0C3920

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

Shades of Deep Fir #0C3920

Tints of Deep Fir #0C3920

Color information

#0C3920 (or 0x0C3920) is unknown color: approx Deep Fir. HEX triplet: 0C, 39 and 20. RGB value is (12,57,32). Sum of RGB (Red+Green+Blue) = 12+57+32=101 (13% of max value = 765). Red value is 12 (5.08% from 255 or 11.88% from 101); Green value is 57 (22.66% from 255 or 56.44% from 101); Blue value is 32 (12.89% from 255 or 31.68% from 101); Max value from RGB is 57 - color contains mainly: green. Hex color #0C3920 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3920 is #F3C6DF. Grayscale: #282828. Windows color (decimal): -15976160 or 2111756. OLE color: 2111756.

HSL color Cylindrical-coordinate representation of color #0C3920: hue angle of 146.67º degrees, saturation: 0.65, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0C3920 is Cyan = 0.79, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.78.

Color convert

RGB125732-
CMYK0.7900.440.78
HSL146.67º65.22%13.53%-
HSV(B)146.67º78.95%22.35%-
XYZ1.883.111.87-
YUV40.7123.09107.53-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 11.88%
GREEN value IS 57 (22.66% from 255) = 56.44%
BLUE value IS 32 (12.89% from 255) = 31.68%
R=11.88%
G=56.44%
B=31.68%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1257320.7900.440.78146.6765.2213.53
HexC39204F02C4E9341e
Octal14714011705411622310116
Binary11001110011000001001111010110010011101001001110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,57,32); }

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

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

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

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

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

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

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