Html Css Color HEX #053611 Deep Fir

📋 copy color: '#053611'

red 5 ◦ green 54 ◦ blue 17

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

Shades of Deep Fir #053611

Tints of Deep Fir #053611

RGB

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

 GREEN value IS 54 (21.48% from 255) = 71.05%

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

R = 6.58%
G = 71.05%
B = 22.37%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.69

 K value IS 0.79

RGB Variations

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

Color information

#053611 (or 0x053611) is known color: Deep Fir. HEX triplet: 05, 36 and 11. RGB value is (5,54,17). Sum of RGB (Red+Green+Blue) = 5+54+17=76 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.58% from 76); Green value is 54 (21.48% from 255 or 71.05% from 76); Blue value is 17 (7.03% from 255 or 22.37% from 76); Max value from RGB is 54 - color contains mainly: green. Hex color #053611 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053611 is #FAC9EE. Grayscale: #232323. Windows color (decimal): -16435695 or 1127941. OLE color: 1127941.

HSL color Cylindrical-coordinate representation of color #053611: hue angle of 134.69º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053611 is Cyan = 0.91, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.79.

Color convert

RGB 5 54 17 -
CMYK 0.91 0 0.69 0.79
HSL 134.69º 0.83% 0.12% -
HSV(B) 134.69º 0.91% 0.21% -
XYZ 1.48 2.71 0.98 -
YUV 35.13 117.77 106.51 -
System Red Green Blue C M Y K H S L
Decimal 5 54 17 0.91 0 0.69 0.79 134.69 0.83 0.12
Hex 5 36 11 5B 0 45 4F 87 53 C
Octal 5 66 21 133 0 105 117 207 123 14
Binary 101 110110 10001 1011011 0 1000101 1001111 10000111 1010011 1100

Color Harmonies of #053611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053611

Black with #053611

Text Example


Text Example

White with #053611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053611; }

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

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

background-color css

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

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

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

border-color css

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

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

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