#0C4119

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

Shades of Deep Fir #0C4119

Tints of Deep Fir #0C4119

Color information

#0C4119 (or 0x0C4119) is unknown color: approx Deep Fir. HEX triplet: 0C, 41 and 19. RGB value is (12,65,25). Sum of RGB (Red+Green+Blue) = 12+65+25=102 (13% of max value = 765). Red value is 12 (5.08% from 255 or 11.76% from 102); Green value is 65 (25.78% from 255 or 63.73% from 102); Blue value is 25 (10.16% from 255 or 24.51% from 102); Max value from RGB is 65 - color contains mainly: green. Hex color #0C4119 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C4119 is #F3BEE6. Grayscale: #2C2C2C. Windows color (decimal): -15974119 or 1655052. OLE color: 1655052.

HSL color Cylindrical-coordinate representation of color #0C4119: hue angle of 134.72º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0C4119 is Cyan = 0.82, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB126525-
CMYK0.8200.620.75
HSL134.72º68.83%15.1%-
HSV(B)134.72º81.54%25.49%-
XYZ2.223.931.56-
YUV44.59116.94104.75-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 11.76%
GREEN value IS 65 (25.78% from 255) = 63.73%
BLUE value IS 25 (10.16% from 255) = 24.51%
R=11.76%
G=63.73%
B=24.51%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1265250.8200.620.75134.7268.8315.1
HexC41195203E4B8745f
Octal141013112207611320710517
Binary11001000001110011010010011111010010111000011110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,65,25); }

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

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

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

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

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

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

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