#3B5928

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

Shades of Dell #3B5928

Tints of Dell #3B5928

Color information

#3B5928 (or 0x3B5928) is unknown color: approx Dell. HEX triplet: 3B, 59 and 28. RGB value is (59,89,40). Sum of RGB (Red+Green+Blue) = 59+89+40=188 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.38% from 188); Green value is 89 (35.16% from 255 or 47.34% from 188); Blue value is 40 (16.02% from 255 or 21.28% from 188); Max value from RGB is 89 - color contains mainly: green. Hex color #3B5928 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5928 is #C4A6D7. Grayscale: #4A4A4A. Windows color (decimal): -12887768 or 2644283. OLE color: 2644283.

HSL color Cylindrical-coordinate representation of color #3B5928: hue angle of 96.73º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3B5928 is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.65.

Color convert

RGB598940-
CMYK0.3400.550.65
HSL96.73º37.98%25.29%-
HSV(B)96.73º55.06%34.9%-
XYZ5.768.233.29-
YUV74.44108.56116.98-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 31.38%
GREEN value IS 89 (35.16% from 255) = 47.34%
BLUE value IS 40 (16.02% from 255) = 21.28%
R=31.38%
G=47.34%
B=21.28%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5989400.3400.550.6596.7337.9825.29
Hex3B59282203741612619
Octal7313150420671011414631
Binary111011101100110100010001001101111000001110000110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,89,40); }

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

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

 a { background-color: rgb(59,89,40); }

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

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

 span { border-color: rgb(59,89,40); }

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