Html Css Color HEX #053A13 Deep Fir

📋 copy color: '#053A13'

red 5 ◦ green 58 ◦ blue 19

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

Shades of Deep Fir #053A13

Tints of Deep Fir #053A13

RGB

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

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

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

R = 6.1%
G = 70.73%
B = 23.17%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.67

 K value IS 0.77

RGB Variations

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

Color information

#053A13 (or 0x053A13) is known color: Deep Fir. HEX triplet: 05, 3A and 13. RGB value is (5,58,19). Sum of RGB (Red+Green+Blue) = 5+58+19=82 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.10% from 82); Green value is 58 (23.05% from 255 or 70.73% from 82); Blue value is 19 (7.81% from 255 or 23.17% from 82); Max value from RGB is 58 - color contains mainly: green. Hex color #053A13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053A13 is #FAC5EC. Grayscale: #252525. Windows color (decimal): -16434669 or 1260037. OLE color: 1260037.

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

Color convert

RGB 5 58 19 -
CMYK 0.91 0 0.67 0.77
HSL 135.85º 0.84% 0.12% -
HSV(B) 135.85º 0.91% 0.23% -
XYZ 1.69 3.11 1.13 -
YUV 37.71 117.44 104.67 -
System Red Green Blue C M Y K H S L
Decimal 5 58 19 0.91 0 0.67 0.77 135.85 0.84 0.12
Hex 5 3A 13 5B 0 43 4D 88 54 C
Octal 5 72 23 133 0 103 115 210 124 14
Binary 101 111010 10011 1011011 0 1000011 1001101 10001000 1010100 1100

Color Harmonies of #053A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053A13

Black with #053A13

Text Example


Text Example

White with #053A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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