Html Css Color HEX #0A4817 Deep Fir

📋 copy color: '#0A4817'

red 10 ◦ green 72 ◦ blue 23

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

Shades of Deep Fir #0A4817

Tints of Deep Fir #0A4817

RGB

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

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

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

R = 9.52%
G = 68.57%
B = 21.9%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.68

 K value IS 0.72

RGB Variations

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

Color information

#0A4817 (or 0x0A4817) is known color: Deep Fir. HEX triplet: 0A, 48 and 17. RGB value is (10,72,23). Sum of RGB (Red+Green+Blue) = 10+72+23=105 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.52% from 105); Green value is 72 (28.52% from 255 or 68.57% from 105); Blue value is 23 (9.38% from 255 or 21.90% from 105); Max value from RGB is 72 - color contains mainly: green. Hex color #0A4817 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A4817 is #F5B7E8. Grayscale: #303030. Windows color (decimal): -16103401 or 1525770. OLE color: 1525770.

HSL color Cylindrical-coordinate representation of color #0A4817: hue angle of 132.58º 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 #0A4817 is Cyan = 0.86, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.72.

Color convert

RGB 10 72 23 -
CMYK 0.86 0 0.68 0.72
HSL 132.58º 0.76% 0.16% -
HSV(B) 132.58º 0.86% 0.28% -
XYZ 2.6 4.76 1.59 -
YUV 47.88 113.96 100.98 -
System Red Green Blue C M Y K H S L
Decimal 10 72 23 0.86 0 0.68 0.72 132.58 0.76 0.16
Hex A 48 17 56 0 44 48 85 4C 10
Octal 12 110 27 126 0 104 110 205 114 20
Binary 1010 1001000 10111 1010110 0 1000100 1001000 10000101 1001100 10000

Color Harmonies of #0A4817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4817

Black with #0A4817

Text Example


Text Example

White with #0A4817

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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