Html Css Color HEX #053813 Deep Fir

📋 copy color: '#053813'

red 5 ◦ green 56 ◦ blue 19

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

Shades of Deep Fir #053813

Tints of Deep Fir #053813

RGB

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

 GREEN value IS 56 (22.27% from 255) = 70%

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

R = 6.25%
G = 70%
B = 23.75%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.66

 K value IS 0.78

RGB Variations

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

Color information

#053813 (or 0x053813) is known color: Deep Fir. HEX triplet: 05, 38 and 13. RGB value is (5,56,19). Sum of RGB (Red+Green+Blue) = 5+56+19=80 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.25% from 80); Green value is 56 (22.27% from 255 or 70% from 80); Blue value is 19 (7.81% from 255 or 23.75% from 80); Max value from RGB is 56 - color contains mainly: green. Hex color #053813 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053813 is #FAC7EC. Grayscale: #242424. Windows color (decimal): -16435181 or 1259525. OLE color: 1259525.

HSL color Cylindrical-coordinate representation of color #053813: hue angle of 136.47º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053813 is Cyan = 0.91, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.78.

Color convert

RGB 5 56 19 -
CMYK 0.91 0 0.66 0.78
HSL 136.47º 0.84% 0.12% -
HSV(B) 136.47º 0.91% 0.22% -
XYZ 1.59 2.91 1.09 -
YUV 36.53 118.1 105.51 -
System Red Green Blue C M Y K H S L
Decimal 5 56 19 0.91 0 0.66 0.78 136.47 0.84 0.12
Hex 5 38 13 5B 0 42 4E 88 54 C
Octal 5 70 23 133 0 102 116 210 124 14
Binary 101 111000 10011 1011011 0 1000010 1001110 10001000 1010100 1100

Color Harmonies of #053813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053813

Black with #053813

Text Example


Text Example

White with #053813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053813; }

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

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

background-color css

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

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

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

border-color css

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

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

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