Html Css Color HEX #0A4012 Deep Fir

📋 copy color: '#0A4012'

red 10 ◦ green 64 ◦ blue 18

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

Shades of Deep Fir #0A4012

Tints of Deep Fir #0A4012

RGB

 RED value IS 10 (4.3% from 255) = 10.87%

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

 BLUE value IS 18 (7.42% from 255) = 19.57%

R = 10.87%
G = 69.57%
B = 19.57%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#0A4012 (or 0x0A4012) is known color: Deep Fir. HEX triplet: 0A, 40 and 12. RGB value is (10,64,18). Sum of RGB (Red+Green+Blue) = 10+64+18=92 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.87% from 92); Green value is 64 (25.39% from 255 or 69.57% from 92); Blue value is 18 (7.42% from 255 or 19.57% from 92); Max value from RGB is 64 - color contains mainly: green. Hex color #0A4012 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A4012 is #F5BFED. Grayscale: #2A2A2A. Windows color (decimal): -16105454 or 1196042. OLE color: 1196042.

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

Color convert

RGB 10 64 18 -
CMYK 0.84 0 0.72 0.75
HSL 128.89º 0.73% 0.15% -
HSV(B) 128.89º 0.84% 0.25% -
XYZ 2.07 3.77 1.19 -
YUV 42.61 114.11 104.74 -
System Red Green Blue C M Y K H S L
Decimal 10 64 18 0.84 0 0.72 0.75 128.89 0.73 0.15
Hex A 40 12 54 0 48 4B 81 49 F
Octal 12 100 22 124 0 110 113 201 111 17
Binary 1010 1000000 10010 1010100 0 1001000 1001011 10000001 1001001 1111

Color Harmonies of #0A4012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4012

Black with #0A4012

Text Example


Text Example

White with #0A4012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,64,18); }

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

background-color css

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

 a { background-color: rgb(10,64,18); }

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

border-color css

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

 span { border-color: rgb(10,64,18); }

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