#396113

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

Shades of Dell #396113

Tints of Dell #396113

Color information

#396113 (or 0x396113) is unknown color: approx Dell. HEX triplet: 39, 61 and 13. RGB value is (57,97,19). Sum of RGB (Red+Green+Blue) = 57+97+19=173 (22% of max value = 765). Red value is 57 (22.66% from 255 or 32.95% from 173); Green value is 97 (38.28% from 255 or 56.07% from 173); Blue value is 19 (7.81% from 255 or 10.98% from 173); Max value from RGB is 97 - color contains mainly: green. Hex color #396113 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396113 is #C69EEC. Grayscale: #4C4C4C. Windows color (decimal): -13016813 or 1270073. OLE color: 1270073.

HSL color Cylindrical-coordinate representation of color #396113: hue angle of 90.77º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #396113 is Cyan = 0.41, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB579719-
CMYK0.4100.800.62
HSL90.77º67.24%22.75%-
HSV(B)90.77º80.41%38.04%-
XYZ6.089.472.12-
YUV76.1595.75114.34-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.95%
GREEN value IS 97 (38.28% from 255) = 56.07%
BLUE value IS 19 (7.81% from 255) = 10.98%
R=32.95%
G=56.07%
B=10.98%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5797190.4100.800.6290.7767.2422.75
Hex396113290503E5b4317
Octal71141235101207613310327
Binary111001110000110011101001010100001111101011011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396113; }

 p { color: rgb(57,97,19); }

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

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

 a { background-color: rgb(57,97,19); }

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

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

 span { border-color: rgb(57,97,19); }

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