Html Css Color HEX #053A0F Deep Fir

📋 copy color: '#053A0F'

red 5 ◦ green 58 ◦ blue 15

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

Shades of Deep Fir #053A0F

Tints of Deep Fir #053A0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 19.23%

R = 6.41%
G = 74.36%
B = 19.23%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.74

 K value IS 0.77

RGB Variations

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

Color information

#053A0F (or 0x053A0F) is known color: Deep Fir. HEX triplet: 05, 3A and 0F. RGB value is (5,58,15). Sum of RGB (Red+Green+Blue) = 5+58+15=78 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.41% from 78); Green value is 58 (23.05% from 255 or 74.36% from 78); Blue value is 15 (6.25% from 255 or 19.23% from 78); Max value from RGB is 58 - color contains mainly: green. Hex color #053A0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053A0F is #FAC5F0. Grayscale: #252525. Windows color (decimal): -16434673 or 997893. OLE color: 997893.

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

Color convert

RGB 5 58 15 -
CMYK 0.91 0 0.74 0.77
HSL 131.32º 0.84% 0.12% -
HSV(B) 131.32º 0.91% 0.23% -
XYZ 1.66 3.09 0.96 -
YUV 37.25 115.44 105 -
System Red Green Blue C M Y K H S L
Decimal 5 58 15 0.91 0 0.74 0.77 131.32 0.84 0.12
Hex 5 3A F 5B 0 4A 4D 83 54 C
Octal 5 72 17 133 0 112 115 203 124 14
Binary 101 111010 1111 1011011 0 1001010 1001101 10000011 1010100 1100

Color Harmonies of #053A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053A0F

Black with #053A0F

Text Example


Text Example

White with #053A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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