Html Css Color HEX #053613 Deep Fir

📋 copy color: '#053613'

red 5 ◦ green 54 ◦ blue 19

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

Shades of Deep Fir #053613

Tints of Deep Fir #053613

RGB

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

 GREEN value IS 54 (21.48% from 255) = 69.23%

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

R = 6.41%
G = 69.23%
B = 24.36%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.65

 K value IS 0.79

RGB Variations

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

Color information

#053613 (or 0x053613) is known color: Deep Fir. HEX triplet: 05, 36 and 13. RGB value is (5,54,19). Sum of RGB (Red+Green+Blue) = 5+54+19=78 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.41% from 78); Green value is 54 (21.48% from 255 or 69.23% from 78); Blue value is 19 (7.81% from 255 or 24.36% from 78); Max value from RGB is 54 - color contains mainly: green. Hex color #053613 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053613 is #FAC9EC. Grayscale: #232323. Windows color (decimal): -16435693 or 1259013. OLE color: 1259013.

HSL color Cylindrical-coordinate representation of color #053613: hue angle of 137.14º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053613 is Cyan = 0.91, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.79.

Color convert

RGB 5 54 19 -
CMYK 0.91 0 0.65 0.79
HSL 137.14º 0.83% 0.12% -
HSV(B) 137.14º 0.91% 0.21% -
XYZ 1.5 2.72 1.06 -
YUV 35.36 118.77 106.35 -
System Red Green Blue C M Y K H S L
Decimal 5 54 19 0.91 0 0.65 0.79 137.14 0.83 0.12
Hex 5 36 13 5B 0 41 4F 89 53 C
Octal 5 66 23 133 0 101 117 211 123 14
Binary 101 110110 10011 1011011 0 1000001 1001111 10001001 1010011 1100

Color Harmonies of #053613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053613

Black with #053613

Text Example


Text Example

White with #053613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053613; }

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

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

background-color css

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

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

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

border-color css

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

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

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