#053013

Color #053013 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #053013

Tints of Deep Fir #053013

Color information

#053013 (or 0x053013) is unknown color: approx Deep Fir. HEX triplet: 05, 30 and 13. RGB value is (5,48,19). Sum of RGB (Red+Green+Blue) = 5+48+19=72 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.94% from 72); Green value is 48 (19.14% from 255 or 66.67% from 72); Blue value is 19 (7.81% from 255 or 26.39% from 72); Max value from RGB is 48 - color contains mainly: green. Hex color #053013 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053013 is #FACFEC. Grayscale: #1F1F1F. Windows color (decimal): -16437229 or 1257477. OLE color: 1257477.

HSL color Cylindrical-coordinate representation of color #053013: hue angle of 139.53º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #053013 is Cyan = 0.90, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.81.

Color convert

RGB54819-
CMYK0.9000.600.81
HSL139.53º81.13%10.39%-
HSV(B)139.53º89.58%18.82%-
XYZ1.242.190.97-
YUV31.84120.75108.86-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.94%
GREEN value IS 48 (19.14% from 255) = 66.67%
BLUE value IS 19 (7.81% from 255) = 26.39%
R=6.94%
G=66.67%
B=26.39%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal548190.9000.600.81139.5381.1310.39
Hex530135A03C518c51a
Octal5602313207412121412112
Binary101110000100111011010011110010100011000110010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053013; }

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

 H1.HeaderClassName
 {
   color: #053013;
 }
 .AnyTagClassName
 {
   color: #053013;
 }
</style>
background-color css

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

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

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

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

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

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