Html Css Color HEX #053A17 Deep Fir

📋 copy color: '#053A17'

red 5 ◦ green 58 ◦ blue 23

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

Shades of Deep Fir #053A17

Tints of Deep Fir #053A17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 26.74%

R = 5.81%
G = 67.44%
B = 26.74%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.60

 K value IS 0.77

RGB Variations

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

Color information

#053A17 (or 0x053A17) is known color: Deep Fir. HEX triplet: 05, 3A and 17. RGB value is (5,58,23). Sum of RGB (Red+Green+Blue) = 5+58+23=86 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.81% from 86); Green value is 58 (23.05% from 255 or 67.44% from 86); Blue value is 23 (9.38% from 255 or 26.74% from 86); Max value from RGB is 58 - color contains mainly: green. Hex color #053A17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053A17 is #FAC5E8. Grayscale: #262626. Windows color (decimal): -16434665 or 1522181. OLE color: 1522181.

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

Color convert

RGB 5 58 23 -
CMYK 0.91 0 0.60 0.77
HSL 140.38º 0.84% 0.12% -
HSV(B) 140.38º 0.91% 0.23% -
XYZ 1.73 3.12 1.32 -
YUV 38.16 119.44 104.35 -
System Red Green Blue C M Y K H S L
Decimal 5 58 23 0.91 0 0.60 0.77 140.38 0.84 0.12
Hex 5 3A 17 5B 0 3C 4D 8C 54 C
Octal 5 72 27 133 0 74 115 214 124 14
Binary 101 111010 10111 1011011 0 111100 1001101 10001100 1010100 1100

Color Harmonies of #053A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053A17

Black with #053A17

Text Example


Text Example

White with #053A17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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