#396022

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

Shades of Dell #396022

Tints of Dell #396022

Color information

#396022 (or 0x396022) is unknown color: approx Dell. HEX triplet: 39, 60 and 22. RGB value is (57,96,34). Sum of RGB (Red+Green+Blue) = 57+96+34=187 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.48% from 187); Green value is 96 (37.89% from 255 or 51.34% from 187); Blue value is 34 (13.67% from 255 or 18.18% from 187); Max value from RGB is 96 - color contains mainly: green. Hex color #396022 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396022 is #C69FDD. Grayscale: #4D4D4D. Windows color (decimal): -13017054 or 2252857. OLE color: 2252857.

HSL color Cylindrical-coordinate representation of color #396022: hue angle of 97.74º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #396022 is Cyan = 0.41, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.62.

Color convert

RGB579634-
CMYK0.4100.650.62
HSL97.74º47.69%25.49%-
HSV(B)97.74º64.58%37.65%-
XYZ6.169.352.99-
YUV77.27103.58113.54-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.48%
GREEN value IS 96 (37.89% from 255) = 51.34%
BLUE value IS 34 (13.67% from 255) = 18.18%
R=30.48%
G=51.34%
B=18.18%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5796340.4100.650.6297.7447.6925.49
Hex396022290413E623019
Octal7114042510101761426031
Binary111001110000010001010100101000001111110110001011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396022; }

 p { color: rgb(57,96,34); }

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

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

 a { background-color: rgb(57,96,34); }

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

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

 span { border-color: rgb(57,96,34); }

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