Html Css Color HEX #055013 Deep Fir

📋 copy color: '#055013'

red 5 ◦ green 80 ◦ blue 19

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

Shades of Deep Fir #055013

Tints of Deep Fir #055013

RGB

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

 GREEN value IS 80 (31.64% from 255) = 76.92%

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

R = 4.81%
G = 76.92%
B = 18.27%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.76

 K value IS 0.69

RGB Variations

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

Color information

#055013 (or 0x055013) is known color: Deep Fir. HEX triplet: 05, 50 and 13. RGB value is (5,80,19). Sum of RGB (Red+Green+Blue) = 5+80+19=104 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.81% from 104); Green value is 80 (31.64% from 255 or 76.92% from 104); Blue value is 19 (7.81% from 255 or 18.27% from 104); Max value from RGB is 80 - color contains mainly: green. Hex color #055013 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055013 is #FAAFEC. Grayscale: #323232. Windows color (decimal): -16429037 or 1265669. OLE color: 1265669.

HSL color Cylindrical-coordinate representation of color #055013: hue angle of 131.2º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055013 is Cyan = 0.94, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.69.

Color convert

RGB 5 80 19 -
CMYK 0.94 0 0.76 0.69
HSL 131.2º 0.88% 0.17% -
HSV(B) 131.2º 0.94% 0.31% -
XYZ 3.05 5.82 1.58 -
YUV 50.62 110.15 95.46 -
System Red Green Blue C M Y K H S L
Decimal 5 80 19 0.94 0 0.76 0.69 131.2 0.88 0.17
Hex 5 50 13 5E 0 4C 45 83 58 11
Octal 5 120 23 136 0 114 105 203 130 21
Binary 101 1010000 10011 1011110 0 1001100 1000101 10000011 1011000 10001

Color Harmonies of #055013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055013

Black with #055013

Text Example


Text Example

White with #055013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055013; }

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

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

background-color css

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

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

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

border-color css

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

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

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