Html Css Color HEX #0C4019 Deep Fir

📋 copy color: '#0C4019'

red 12 ◦ green 64 ◦ blue 25

#0C4019
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #0C4019

Tints of Deep Fir #0C4019

RGB

 RED value IS 12 (5.08% from 255) = 11.88%

 GREEN value IS 64 (25.39% from 255) = 63.37%

 BLUE value IS 25 (10.16% from 255) = 24.75%

R = 11.88%
G = 63.37%
B = 24.75%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.61

 K value IS 0.75

RGB Variations

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

Color information

#0C4019 (or 0x0C4019) is known color: Deep Fir. HEX triplet: 0C, 40 and 19. RGB value is (12,64,25). Sum of RGB (Red+Green+Blue) = 12+64+25=101 (13% of max value = 765). Red value is 12 (5.08% from 255 or 11.88% from 101); Green value is 64 (25.39% from 255 or 63.37% from 101); Blue value is 25 (10.16% from 255 or 24.75% from 101); Max value from RGB is 64 - color contains mainly: green. Hex color #0C4019 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C4019 is #F3BFE6. Grayscale: #2C2C2C. Windows color (decimal): -15974375 or 1654796. OLE color: 1654796.

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

Color convert

RGB 12 64 25 -
CMYK 0.81 0 0.61 0.75
HSL 135º 0.68% 0.15% -
HSV(B) 135º 0.81% 0.25% -
XYZ 2.16 3.82 1.54 -
YUV 44.01 117.27 105.17 -
System Red Green Blue C M Y K H S L
Decimal 12 64 25 0.81 0 0.61 0.75 135 0.68 0.15
Hex C 40 19 51 0 3D 4B 87 44 F
Octal 14 100 31 121 0 75 113 207 104 17
Binary 1100 1000000 11001 1010001 0 111101 1001011 10000111 1000100 1111

Color Harmonies of #0C4019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4019

Black with #0C4019

Text Example


Text Example

White with #0C4019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0C4019;
 }
 .AnyTagClassName
 {
   color: #0C4019;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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