#053812

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

Shades of Deep Fir #053812

Tints of Deep Fir #053812

Color information

#053812 (or 0x053812) is unknown color: approx Deep Fir. HEX triplet: 05, 38 and 12. RGB value is (5,56,18). Sum of RGB (Red+Green+Blue) = 5+56+18=79 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.33% from 79); Green value is 56 (22.27% from 255 or 70.89% from 79); Blue value is 18 (7.42% from 255 or 22.78% from 79); Max value from RGB is 56 - color contains mainly: green. Hex color #053812 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053812 is #FAC7ED. Grayscale: #242424. Windows color (decimal): -16435182 or 1193989. OLE color: 1193989.

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

Color convert

RGB55618-
CMYK0.9100.680.78
HSL135.29º83.61%11.96%-
HSV(B)135.29º91.07%21.96%-
XYZ1.592.91.05-
YUV36.42117.6105.59-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.33%
GREEN value IS 56 (22.27% from 255) = 70.89%
BLUE value IS 18 (7.42% from 255) = 22.78%
R=6.33%
G=70.89%
B=22.78%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal556180.9100.680.78135.2983.6111.96
Hex538125B0444E8754c
Octal57022133010411620712414
Binary1011110001001010110110100010010011101000011110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053812; }

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

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

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

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

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

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

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

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