Html Css Color HEX #053913 Deep Fir

📋 copy color: '#053913'

red 5 ◦ green 57 ◦ blue 19

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

Shades of Deep Fir #053913

Tints of Deep Fir #053913

RGB

 RED value IS 5 (2.34% from 255) = 6.17%

 GREEN value IS 57 (22.66% from 255) = 70.37%

 BLUE value IS 19 (7.81% from 255) = 23.46%

R = 6.17%
G = 70.37%
B = 23.46%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.67

 K value IS 0.78

RGB Variations

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

Color information

#053913 (or 0x053913) is known color: Deep Fir. HEX triplet: 05, 39 and 13. RGB value is (5,57,19). Sum of RGB (Red+Green+Blue) = 5+57+19=81 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.17% from 81); Green value is 57 (22.66% from 255 or 70.37% from 81); Blue value is 19 (7.81% from 255 or 23.46% from 81); Max value from RGB is 57 - color contains mainly: green. Hex color #053913 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053913 is #FAC6EC. Grayscale: #252525. Windows color (decimal): -16434925 or 1259781. OLE color: 1259781.

HSL color Cylindrical-coordinate representation of color #053913: hue angle of 136.15º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053913 is Cyan = 0.91, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.78.

Color convert

RGB 5 57 19 -
CMYK 0.91 0 0.67 0.78
HSL 136.15º 0.84% 0.12% -
HSV(B) 136.15º 0.91% 0.22% -
XYZ 1.64 3.01 1.11 -
YUV 37.12 117.77 105.09 -
System Red Green Blue C M Y K H S L
Decimal 5 57 19 0.91 0 0.67 0.78 136.15 0.84 0.12
Hex 5 39 13 5B 0 43 4E 88 54 C
Octal 5 71 23 133 0 103 116 210 124 14
Binary 101 111001 10011 1011011 0 1000011 1001110 10001000 1010100 1100

Color Harmonies of #053913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053913

Black with #053913

Text Example


Text Example

White with #053913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053913; }

 p { color: rgb(5,57,19); }

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

background-color css

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

 a { background-color: rgb(5,57,19); }

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

border-color css

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

 span { border-color: rgb(5,57,19); }

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