#396714

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

Shades of Dell #396714

Tints of Dell #396714

Color information

#396714 (or 0x396714) is unknown color: approx Dell. HEX triplet: 39, 67 and 14. RGB value is (57,103,20). Sum of RGB (Red+Green+Blue) = 57+103+20=180 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.67% from 180); Green value is 103 (40.62% from 255 or 57.22% from 180); Blue value is 20 (8.20% from 255 or 11.11% from 180); Max value from RGB is 103 - color contains mainly: green. Hex color #396714 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396714 is #C698EB. Grayscale: #505050. Windows color (decimal): -13015276 or 1337145. OLE color: 1337145.

HSL color Cylindrical-coordinate representation of color #396714: hue angle of 93.25º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #396714 is Cyan = 0.45, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.60.

Color convert

RGB5710320-
CMYK0.4500.810.60
HSL93.25º67.48%24.12%-
HSV(B)93.25º80.58%40.39%-
XYZ6.6610.622.36-
YUV79.7894.26111.75-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 31.67%
GREEN value IS 103 (40.62% from 255) = 57.22%
BLUE value IS 20 (8.20% from 255) = 11.11%
R=31.67%
G=57.22%
B=11.11%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal57103200.4500.810.6093.2567.4824.12
Hex3967142D0513C5d4318
Octal71147245501217413510330
Binary111001110011110100101101010100011111001011101100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396714; }

 p { color: rgb(57,103,20); }

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

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

 a { background-color: rgb(57,103,20); }

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

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

 span { border-color: rgb(57,103,20); }

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