Html Css Color HEX #053A14 Deep Fir

📋 copy color: '#053A14'

red 5 ◦ green 58 ◦ blue 20

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

Shades of Deep Fir #053A14

Tints of Deep Fir #053A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 24.1%

R = 6.02%
G = 69.88%
B = 24.1%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.66

 K value IS 0.77

RGB Variations

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

Color information

#053A14 (or 0x053A14) is known color: Deep Fir. HEX triplet: 05, 3A and 14. RGB value is (5,58,20). Sum of RGB (Red+Green+Blue) = 5+58+20=83 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.02% from 83); Green value is 58 (23.05% from 255 or 69.88% from 83); Blue value is 20 (8.20% from 255 or 24.10% from 83); Max value from RGB is 58 - color contains mainly: green. Hex color #053A14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053A14 is #FAC5EB. Grayscale: #252525. Windows color (decimal): -16434668 or 1325573. OLE color: 1325573.

HSL color Cylindrical-coordinate representation of color #053A14: hue angle of 136.98º 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 #053A14 is Cyan = 0.91, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.77.

Color convert

RGB 5 58 20 -
CMYK 0.91 0 0.66 0.77
HSL 136.98º 0.84% 0.12% -
HSV(B) 136.98º 0.91% 0.23% -
XYZ 1.7 3.11 1.17 -
YUV 37.82 117.94 104.59 -
System Red Green Blue C M Y K H S L
Decimal 5 58 20 0.91 0 0.66 0.77 136.98 0.84 0.12
Hex 5 3A 14 5B 0 42 4D 89 54 C
Octal 5 72 24 133 0 102 115 211 124 14
Binary 101 111010 10100 1011011 0 1000010 1001101 10001001 1010100 1100

Color Harmonies of #053A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053A14

Black with #053A14

Text Example


Text Example

White with #053A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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