#396318

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

Shades of Dell #396318

Tints of Dell #396318

Color information

#396318 (or 0x396318) is unknown color: approx Dell. HEX triplet: 39, 63 and 18. RGB value is (57,99,24). Sum of RGB (Red+Green+Blue) = 57+99+24=180 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.67% from 180); Green value is 99 (39.06% from 255 or 55% from 180); Blue value is 24 (9.77% from 255 or 13.33% from 180); Max value from RGB is 99 - color contains mainly: green. Hex color #396318 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396318 is #C69CE7. Grayscale: #4E4E4E. Windows color (decimal): -13016296 or 1598265. OLE color: 1598265.

HSL color Cylindrical-coordinate representation of color #396318: hue angle of 93.6º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #396318 is Cyan = 0.42, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.61.

Color convert

RGB579924-
CMYK0.4200.760.61
HSL93.6º60.98%24.12%-
HSV(B)93.6º75.76%38.82%-
XYZ6.319.862.43-
YUV77.8997.59113.1-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 31.67%
GREEN value IS 99 (39.06% from 255) = 55%
BLUE value IS 24 (9.77% from 255) = 13.33%
R=31.67%
G=55%
B=13.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5799240.4200.760.6193.660.9824.12
Hex3963182A04C3D5e3d18
Octal7114330520114751367530
Binary11100111000111100010101001001100111101101111011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396318; }

 p { color: rgb(57,99,24); }

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

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

 a { background-color: rgb(57,99,24); }

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

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

 span { border-color: rgb(57,99,24); }

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