Html Css Color HEX #0A4119 Deep Fir

📋 copy color: '#0A4119'

red 10 ◦ green 65 ◦ blue 25

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

Shades of Deep Fir #0A4119

Tints of Deep Fir #0A4119

RGB

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

 GREEN value IS 65 (25.78% from 255) = 65%

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

R = 10%
G = 65%
B = 25%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.62

 K value IS 0.75

RGB Variations

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

Color information

#0A4119 (or 0x0A4119) is known color: Deep Fir. HEX triplet: 0A, 41 and 19. RGB value is (10,65,25). Sum of RGB (Red+Green+Blue) = 10+65+25=100 (13% of max value = 765). Red value is 10 (4.30% from 255 or 10% from 100); Green value is 65 (25.78% from 255 or 65% from 100); Blue value is 25 (10.16% from 255 or 25% from 100); Max value from RGB is 65 - color contains mainly: green. Hex color #0A4119 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A4119 is #F5BEE6. Grayscale: #2C2C2C. Windows color (decimal): -16105191 or 1655050. OLE color: 1655050.

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

Color convert

RGB 10 65 25 -
CMYK 0.85 0 0.62 0.75
HSL 136.36º 0.73% 0.15% -
HSV(B) 136.36º 0.85% 0.25% -
XYZ 2.19 3.92 1.56 -
YUV 44 117.28 103.75 -
System Red Green Blue C M Y K H S L
Decimal 10 65 25 0.85 0 0.62 0.75 136.36 0.73 0.15
Hex A 41 19 55 0 3E 4B 88 49 F
Octal 12 101 31 125 0 76 113 210 111 17
Binary 1010 1000001 11001 1010101 0 111110 1001011 10001000 1001001 1111

Color Harmonies of #0A4119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4119

Black with #0A4119

Text Example


Text Example

White with #0A4119

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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