#05370E

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

Shades of Deep Fir #05370E

Tints of Deep Fir #05370E

Color information

#05370E (or 0x05370E) is unknown color: approx Deep Fir. HEX triplet: 05, 37 and 0E. RGB value is (5,55,14). Sum of RGB (Red+Green+Blue) = 5+55+14=74 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.76% from 74); Green value is 55 (21.88% from 255 or 74.32% from 74); Blue value is 14 (5.86% from 255 or 18.92% from 74); Max value from RGB is 55 - color contains mainly: green. Hex color #05370E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05370E is #FAC8F1. Grayscale: #232323. Windows color (decimal): -16435442 or 931589. OLE color: 931589.

HSL color Cylindrical-coordinate representation of color #05370E: hue angle of 130.8º degrees, saturation: 0.83, 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 #05370E is Cyan = 0.91, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB55514-
CMYK0.9100.750.78
HSL130.8º83.33%11.76%-
HSV(B)130.8º90.91%21.57%-
XYZ1.512.80.88-
YUV35.38115.94106.33-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.76%
GREEN value IS 55 (21.88% from 255) = 74.32%
BLUE value IS 14 (5.86% from 255) = 18.92%
R=6.76%
G=74.32%
B=18.92%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal555140.9100.750.78130.883.3311.76
Hex537E5B04B4E8353c
Octal56716133011311620312314
Binary101110111111010110110100101110011101000001110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05370E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05370E; }

 p { color: rgb(5,55,14); }

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

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

 a { background-color: rgb(5,55,14); }

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

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

 span { border-color: rgb(5,55,14); }

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