#3B6220

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

Shades of Dell #3B6220

Tints of Dell #3B6220

Color information

#3B6220 (or 0x3B6220) is unknown color: approx Dell. HEX triplet: 3B, 62 and 20. RGB value is (59,98,32). Sum of RGB (Red+Green+Blue) = 59+98+32=189 (25% of max value = 765). Red value is 59 (23.44% from 255 or 31.22% from 189); Green value is 98 (38.67% from 255 or 51.85% from 189); Blue value is 32 (12.89% from 255 or 16.93% from 189); Max value from RGB is 98 - color contains mainly: green. Hex color #3B6220 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B6220 is #C49DDF. Grayscale: #4F4F4F. Windows color (decimal): -12885472 or 2122299. OLE color: 2122299.

HSL color Cylindrical-coordinate representation of color #3B6220: hue angle of 95.45º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3B6220 is Cyan = 0.40, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB599832-
CMYK0.4000.670.62
HSL95.45º50.77%25.49%-
HSV(B)95.45º67.35%38.43%-
XYZ6.439.772.91-
YUV78.82101.58113.87-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 31.22%
GREEN value IS 98 (38.67% from 255) = 51.85%
BLUE value IS 32 (12.89% from 255) = 16.93%
R=31.22%
G=51.85%
B=16.93%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5998320.4000.670.6295.4550.7725.49
Hex3B6220280433E5f3319
Octal7314240500103761376331
Binary111011110001010000010100001000011111110101111111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B6220; }

 p { color: rgb(59,98,32); }

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

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

 a { background-color: rgb(59,98,32); }

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

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

 span { border-color: rgb(59,98,32); }

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