Html Css Color HEX #0A4418 Deep Fir

📋 copy color: '#0A4418'

red 10 ◦ green 68 ◦ blue 24

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

Shades of Deep Fir #0A4418

Tints of Deep Fir #0A4418

RGB

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

 GREEN value IS 68 (26.95% from 255) = 66.67%

 BLUE value IS 24 (9.77% from 255) = 23.53%

R = 9.8%
G = 66.67%
B = 23.53%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.65

 K value IS 0.73

RGB Variations

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

Color information

#0A4418 (or 0x0A4418) is known color: Deep Fir. HEX triplet: 0A, 44 and 18. RGB value is (10,68,24). Sum of RGB (Red+Green+Blue) = 10+68+24=102 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.80% from 102); Green value is 68 (26.95% from 255 or 66.67% from 102); Blue value is 24 (9.77% from 255 or 23.53% from 102); Max value from RGB is 68 - color contains mainly: green. Hex color #0A4418 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A4418 is #F5BBE7. Grayscale: #2D2D2D. Windows color (decimal): -16104424 or 1590282. OLE color: 1590282.

HSL color Cylindrical-coordinate representation of color #0A4418: hue angle of 134.48º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0A4418 is Cyan = 0.85, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.73.

Color convert

RGB 10 68 24 -
CMYK 0.85 0 0.65 0.73
HSL 134.48º 0.74% 0.15% -
HSV(B) 134.48º 0.85% 0.27% -
XYZ 2.36 4.26 1.56 -
YUV 45.64 115.78 102.58 -
System Red Green Blue C M Y K H S L
Decimal 10 68 24 0.85 0 0.65 0.73 134.48 0.74 0.15
Hex A 44 18 55 0 41 49 86 4A F
Octal 12 104 30 125 0 101 111 206 112 17
Binary 1010 1000100 11000 1010101 0 1000001 1001001 10000110 1001010 1111

Color Harmonies of #0A4418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4418

Black with #0A4418

Text Example


Text Example

White with #0A4418

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,68,24); }

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

background-color css

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

 a { background-color: rgb(10,68,24); }

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

border-color css

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

 span { border-color: rgb(10,68,24); }

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