Html Css Color HEX #053A0D Deep Fir

📋 copy color: '#053A0D'

red 5 ◦ green 58 ◦ blue 13

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

Shades of Deep Fir #053A0D

Tints of Deep Fir #053A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 17.11%

R = 6.58%
G = 76.32%
B = 17.11%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.78

 K value IS 0.77

RGB Variations

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

Color information

#053A0D (or 0x053A0D) is known color: Deep Fir. HEX triplet: 05, 3A and 0D. RGB value is (5,58,13). Sum of RGB (Red+Green+Blue) = 5+58+13=76 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.58% from 76); Green value is 58 (23.05% from 255 or 76.32% from 76); Blue value is 13 (5.47% from 255 or 17.11% from 76); Max value from RGB is 58 - color contains mainly: green. Hex color #053A0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053A0D is #FAC5F2. Grayscale: #252525. Windows color (decimal): -16434675 or 866821. OLE color: 866821.

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

Color convert

RGB 5 58 13 -
CMYK 0.91 0 0.78 0.77
HSL 129.06º 0.84% 0.12% -
HSV(B) 129.06º 0.91% 0.23% -
XYZ 1.65 3.09 0.89 -
YUV 37.02 114.44 105.16 -
System Red Green Blue C M Y K H S L
Decimal 5 58 13 0.91 0 0.78 0.77 129.06 0.84 0.12
Hex 5 3A D 5B 0 4E 4D 81 54 C
Octal 5 72 15 133 0 116 115 201 124 14
Binary 101 111010 1101 1011011 0 1001110 1001101 10000001 1010100 1100

Color Harmonies of #053A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053A0D

Black with #053A0D

Text Example


Text Example

White with #053A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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