#3B6020

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

Shades of Dell #3B6020

Tints of Dell #3B6020

Color information

#3B6020 (or 0x3B6020) is unknown color: approx Dell. HEX triplet: 3B, 60 and 20. RGB value is (59,96,32). Sum of RGB (Red+Green+Blue) = 59+96+32=187 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.55% from 187); Green value is 96 (37.89% from 255 or 51.34% from 187); Blue value is 32 (12.89% from 255 or 17.11% from 187); Max value from RGB is 96 - color contains mainly: green. Hex color #3B6020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B6020 is #C49FDF. Grayscale: #4D4D4D. Windows color (decimal): -12885984 or 2121787. OLE color: 2121787.

HSL color Cylindrical-coordinate representation of color #3B6020: hue angle of 94.69º degrees, saturation: 0.5, 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 #3B6020 is Cyan = 0.39, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB599632-
CMYK0.3900.670.62
HSL94.69º50%25.1%-
HSV(B)94.69º66.67%37.65%-
XYZ6.259.42.85-
YUV77.64102.24114.7-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 31.55%
GREEN value IS 96 (37.89% from 255) = 51.34%
BLUE value IS 32 (12.89% from 255) = 17.11%
R=31.55%
G=51.34%
B=17.11%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5996320.3900.670.6294.695025.1
Hex3B6020270433E5f3219
Octal7314040470103761376231
Binary111011110000010000010011101000011111110101111111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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