Html Css Color HEX #0D4917 Deep Fir

📋 copy color: '#0D4917'

red 13 ◦ green 73 ◦ blue 23

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

Shades of Deep Fir #0D4917

Tints of Deep Fir #0D4917

RGB

 RED value IS 13 (5.47% from 255) = 11.93%

 GREEN value IS 73 (28.91% from 255) = 66.97%

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

R = 11.93%
G = 66.97%
B = 21.1%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.68

 K value IS 0.71

RGB Variations

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

Color information

#0D4917 (or 0x0D4917) is known color: Deep Fir. HEX triplet: 0D, 49 and 17. RGB value is (13,73,23). Sum of RGB (Red+Green+Blue) = 13+73+23=109 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.93% from 109); Green value is 73 (28.91% from 255 or 66.97% from 109); Blue value is 23 (9.38% from 255 or 21.10% from 109); Max value from RGB is 73 - color contains mainly: green. Hex color #0D4917 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D4917 is #F2B6E8. Grayscale: #313131. Windows color (decimal): -15906537 or 1526029. OLE color: 1526029.

HSL color Cylindrical-coordinate representation of color #0D4917: hue angle of 130º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0D4917 is Cyan = 0.82, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.71.

Color convert

RGB 13 73 23 -
CMYK 0.82 0 0.68 0.71
HSL 130º 0.7% 0.17% -
HSV(B) 130º 0.82% 0.29% -
XYZ 2.7 4.91 1.62 -
YUV 49.36 113.12 102.07 -
System Red Green Blue C M Y K H S L
Decimal 13 73 23 0.82 0 0.68 0.71 130 0.7 0.17
Hex D 49 17 52 0 44 47 82 46 11
Octal 15 111 27 122 0 104 107 202 106 21
Binary 1101 1001001 10111 1010010 0 1000100 1000111 10000010 1000110 10001

Color Harmonies of #0D4917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4917

Black with #0D4917

Text Example


Text Example

White with #0D4917

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,73,23); }

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

background-color css

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

 a { background-color: rgb(13,73,23); }

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

border-color css

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

 span { border-color: rgb(13,73,23); }

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