#396219

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

Shades of Dell #396219

Tints of Dell #396219

Color information

#396219 (or 0x396219) is unknown color: approx Dell. HEX triplet: 39, 62 and 19. RGB value is (57,98,25). Sum of RGB (Red+Green+Blue) = 57+98+25=180 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.67% from 180); Green value is 98 (38.67% from 255 or 54.44% from 180); Blue value is 25 (10.16% from 255 or 13.89% from 180); Max value from RGB is 98 - color contains mainly: green. Hex color #396219 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396219 is #C69DE6. Grayscale: #4D4D4D. Windows color (decimal): -13016551 or 1663545. OLE color: 1663545.

HSL color Cylindrical-coordinate representation of color #396219: hue angle of 93.7º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #396219 is Cyan = 0.42, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB579825-
CMYK0.4200.740.62
HSL93.7º59.35%24.12%-
HSV(B)93.7º74.49%38.43%-
XYZ6.239.682.46-
YUV77.4298.42113.44-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 31.67%
GREEN value IS 98 (38.67% from 255) = 54.44%
BLUE value IS 25 (10.16% from 255) = 13.89%
R=31.67%
G=54.44%
B=13.89%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5798250.4200.740.6293.759.3524.12
Hex3962192A04A3E5e3b18
Octal7114231520112761367330
Binary11100111000101100110101001001010111110101111011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396219; }

 p { color: rgb(57,98,25); }

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

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

 a { background-color: rgb(57,98,25); }

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

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

 span { border-color: rgb(57,98,25); }

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