Html Css Color HEX #053811 Deep Fir

📋 copy color: '#053811'

red 5 ◦ green 56 ◦ blue 17

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

Shades of Deep Fir #053811

Tints of Deep Fir #053811

RGB

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

 GREEN value IS 56 (22.27% from 255) = 71.79%

 BLUE value IS 17 (7.03% from 255) = 21.79%

R = 6.41%
G = 71.79%
B = 21.79%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.70

 K value IS 0.78

RGB Variations

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

Color information

#053811 (or 0x053811) is known color: Deep Fir. HEX triplet: 05, 38 and 11. RGB value is (5,56,17). Sum of RGB (Red+Green+Blue) = 5+56+17=78 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.41% from 78); Green value is 56 (22.27% from 255 or 71.79% from 78); Blue value is 17 (7.03% from 255 or 21.79% from 78); Max value from RGB is 56 - color contains mainly: green. Hex color #053811 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053811 is #FAC7EE. Grayscale: #242424. Windows color (decimal): -16435183 or 1128453. OLE color: 1128453.

HSL color Cylindrical-coordinate representation of color #053811: hue angle of 134.12º 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 #053811 is Cyan = 0.91, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.78.

Color convert

RGB 5 56 17 -
CMYK 0.91 0 0.70 0.78
HSL 134.12º 0.84% 0.12% -
HSV(B) 134.12º 0.91% 0.22% -
XYZ 1.58 2.9 1.01 -
YUV 36.31 117.1 105.67 -
System Red Green Blue C M Y K H S L
Decimal 5 56 17 0.91 0 0.70 0.78 134.12 0.84 0.12
Hex 5 38 11 5B 0 46 4E 86 54 C
Octal 5 70 21 133 0 106 116 206 124 14
Binary 101 111000 10001 1011011 0 1000110 1001110 10000110 1010100 1100

Color Harmonies of #053811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053811

Black with #053811

Text Example


Text Example

White with #053811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053811; }

 p { color: rgb(5,56,17); }

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

background-color css

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

 a { background-color: rgb(5,56,17); }

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

border-color css

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

 span { border-color: rgb(5,56,17); }

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