Html Css Color HEX #0D4918 Deep Fir

📋 copy color: '#0D4918'

red 13 ◦ green 73 ◦ blue 24

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

Shades of Deep Fir #0D4918

Tints of Deep Fir #0D4918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 21.82%

R = 11.82%
G = 66.36%
B = 21.82%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.67

 K value IS 0.71

RGB Variations

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

Color information

#0D4918 (or 0x0D4918) is known color: Deep Fir. HEX triplet: 0D, 49 and 18. RGB value is (13,73,24). Sum of RGB (Red+Green+Blue) = 13+73+24=110 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.82% from 110); Green value is 73 (28.91% from 255 or 66.36% from 110); Blue value is 24 (9.77% from 255 or 21.82% from 110); Max value from RGB is 73 - color contains mainly: green. Hex color #0D4918 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D4918 is #F2B6E7. Grayscale: #313131. Windows color (decimal): -15906536 or 1591565. OLE color: 1591565.

HSL color Cylindrical-coordinate representation of color #0D4918: hue angle of 131º 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 #0D4918 is Cyan = 0.82, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.71.

Color convert

RGB 13 73 24 -
CMYK 0.82 0 0.67 0.71
HSL 131º 0.7% 0.17% -
HSV(B) 131º 0.82% 0.29% -
XYZ 2.71 4.92 1.67 -
YUV 49.47 113.62 101.98 -
System Red Green Blue C M Y K H S L
Decimal 13 73 24 0.82 0 0.67 0.71 131 0.7 0.17
Hex D 49 18 52 0 43 47 83 46 11
Octal 15 111 30 122 0 103 107 203 106 21
Binary 1101 1001001 11000 1010010 0 1000011 1000111 10000011 1000110 10001

Color Harmonies of #0D4918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4918

Black with #0D4918

Text Example


Text Example

White with #0D4918

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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