Html Css Color HEX #0A4F17 Deep Fir

📋 copy color: '#0A4F17'

red 10 ◦ green 79 ◦ blue 23

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

Shades of Deep Fir #0A4F17

Tints of Deep Fir #0A4F17

RGB

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

 GREEN value IS 79 (31.25% from 255) = 70.54%

 BLUE value IS 23 (9.38% from 255) = 20.54%

R = 8.93%
G = 70.54%
B = 20.54%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.71

 K value IS 0.69

RGB Variations

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

Color information

#0A4F17 (or 0x0A4F17) is known color: Deep Fir. HEX triplet: 0A, 4F and 17. RGB value is (10,79,23). Sum of RGB (Red+Green+Blue) = 10+79+23=112 (14% of max value = 765). Red value is 10 (4.30% from 255 or 8.93% from 112); Green value is 79 (31.25% from 255 or 70.54% from 112); Blue value is 23 (9.38% from 255 or 20.54% from 112); Max value from RGB is 79 - color contains mainly: green. Hex color #0A4F17 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A4F17 is #F5B0E8. Grayscale: #343434. Windows color (decimal): -16101609 or 1527562. OLE color: 1527562.

HSL color Cylindrical-coordinate representation of color #0A4F17: hue angle of 131.3º degrees, saturation: 0.78, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0A4F17 is Cyan = 0.87, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.69.

Color convert

RGB 10 79 23 -
CMYK 0.87 0 0.71 0.69
HSL 131.3º 0.78% 0.17% -
HSV(B) 131.3º 0.87% 0.31% -
XYZ 3.08 5.72 1.75 -
YUV 51.99 111.64 98.05 -
System Red Green Blue C M Y K H S L
Decimal 10 79 23 0.87 0 0.71 0.69 131.3 0.78 0.17
Hex A 4F 17 57 0 47 45 83 4E 11
Octal 12 117 27 127 0 107 105 203 116 21
Binary 1010 1001111 10111 1010111 0 1000111 1000101 10000011 1001110 10001

Color Harmonies of #0A4F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4F17

Black with #0A4F17

Text Example


Text Example

White with #0A4F17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,79,23); }

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

background-color css

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

 a { background-color: rgb(10,79,23); }

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

border-color css

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

 span { border-color: rgb(10,79,23); }

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