Html Css Color HEX #0A4814 Deep Fir

📋 copy color: '#0A4814'

red 10 ◦ green 72 ◦ blue 20

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

Shades of Deep Fir #0A4814

Tints of Deep Fir #0A4814

RGB

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

 GREEN value IS 72 (28.52% from 255) = 70.59%

 BLUE value IS 20 (8.2% from 255) = 19.61%

R = 9.8%
G = 70.59%
B = 19.61%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#0A4814 (or 0x0A4814) is known color: Deep Fir. HEX triplet: 0A, 48 and 14. RGB value is (10,72,20). Sum of RGB (Red+Green+Blue) = 10+72+20=102 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.80% from 102); Green value is 72 (28.52% from 255 or 70.59% from 102); Blue value is 20 (8.20% from 255 or 19.61% from 102); Max value from RGB is 72 - color contains mainly: green. Hex color #0A4814 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A4814 is #F5B7EB. Grayscale: #2F2F2F. Windows color (decimal): -16103404 or 1329162. OLE color: 1329162.

HSL color Cylindrical-coordinate representation of color #0A4814: hue angle of 129.68º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A4814 is Cyan = 0.86, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.72.

Color convert

RGB 10 72 20 -
CMYK 0.86 0 0.72 0.72
HSL 129.68º 0.76% 0.16% -
HSV(B) 129.68º 0.86% 0.28% -
XYZ 2.57 4.75 1.44 -
YUV 47.53 112.46 101.23 -
System Red Green Blue C M Y K H S L
Decimal 10 72 20 0.86 0 0.72 0.72 129.68 0.76 0.16
Hex A 48 14 56 0 48 48 82 4C 10
Octal 12 110 24 126 0 110 110 202 114 20
Binary 1010 1001000 10100 1010110 0 1001000 1001000 10000010 1001100 10000

Color Harmonies of #0A4814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4814

Black with #0A4814

Text Example


Text Example

White with #0A4814

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,72,20); }

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

background-color css

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

 a { background-color: rgb(10,72,20); }

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

border-color css

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

 span { border-color: rgb(10,72,20); }

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