#053811

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

Shades of Deep Fir #053811

Tints of Deep Fir #053811

Color information

#053811 (or 0x053811) is unknown color: approx Deep Fir. HEX triplet: 05, 38 and 11. RGB value is (5,56,17). Sum of RGB (Red+Green+Blue) = 5+56+17=78 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.41% from 78); Green value is 56 (22.27% from 255 or 71.79% from 78); Blue value is 17 (7.03% from 255 or 21.79% from 78); Max value from RGB is 56 - color contains mainly: green. Hex color #053811 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053811 is #FAC7EE. Grayscale: #242424. Windows color (decimal): -16435183 or 1128453. OLE color: 1128453.

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

Color convert

RGB55617-
CMYK0.9100.700.78
HSL134.12º83.61%11.96%-
HSV(B)134.12º91.07%21.96%-
XYZ1.582.91.01-
YUV36.3117.1105.67-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.41%
GREEN value IS 56 (22.27% from 255) = 71.79%
BLUE value IS 17 (7.03% from 255) = 21.79%
R=6.41%
G=71.79%
B=21.79%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal556170.9100.700.78134.1283.6111.96
Hex538115B0464E8654c
Octal57021133010611620612414
Binary1011110001000110110110100011010011101000011010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053811; }

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

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

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

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

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

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

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

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