Html Css Color HEX #053A11 Deep Fir

📋 copy color: '#053A11'

red 5 ◦ green 58 ◦ blue 17

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

Shades of Deep Fir #053A11

Tints of Deep Fir #053A11

RGB

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

 GREEN value IS 58 (23.05% from 255) = 72.5%

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

R = 6.25%
G = 72.5%
B = 21.25%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.71

 K value IS 0.77

RGB Variations

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

Color information

#053A11 (or 0x053A11) is known color: Deep Fir. HEX triplet: 05, 3A and 11. RGB value is (5,58,17). Sum of RGB (Red+Green+Blue) = 5+58+17=80 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.25% from 80); Green value is 58 (23.05% from 255 or 72.5% from 80); Blue value is 17 (7.03% from 255 or 21.25% from 80); Max value from RGB is 58 - color contains mainly: green. Hex color #053A11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053A11 is #FAC5EE. Grayscale: #252525. Windows color (decimal): -16434671 or 1128965. OLE color: 1128965.

HSL color Cylindrical-coordinate representation of color #053A11: hue angle of 133.58º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053A11 is Cyan = 0.91, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.77.

Color convert

RGB 5 58 17 -
CMYK 0.91 0 0.71 0.77
HSL 133.58º 0.84% 0.12% -
HSV(B) 133.58º 0.91% 0.23% -
XYZ 1.68 3.1 1.04 -
YUV 37.48 116.44 104.83 -
System Red Green Blue C M Y K H S L
Decimal 5 58 17 0.91 0 0.71 0.77 133.58 0.84 0.12
Hex 5 3A 11 5B 0 47 4D 86 54 C
Octal 5 72 21 133 0 107 115 206 124 14
Binary 101 111010 10001 1011011 0 1000111 1001101 10000110 1010100 1100

Color Harmonies of #053A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053A11

Black with #053A11

Text Example


Text Example

White with #053A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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