#3B6325

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

Shades of Dell #3B6325

Tints of Dell #3B6325

Color information

#3B6325 (or 0x3B6325) is unknown color: approx Dell. HEX triplet: 3B, 63 and 25. RGB value is (59,99,37). Sum of RGB (Red+Green+Blue) = 59+99+37=195 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.26% from 195); Green value is 99 (39.06% from 255 or 50.77% from 195); Blue value is 37 (14.84% from 255 or 18.97% from 195); Max value from RGB is 99 - color contains mainly: green. Hex color #3B6325 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B6325 is #C49CDA. Grayscale: #505050. Windows color (decimal): -12885211 or 2450235. OLE color: 2450235.

HSL color Cylindrical-coordinate representation of color #3B6325: hue angle of 98.71º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3B6325 is Cyan = 0.40, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.61.

Color convert

RGB599937-
CMYK0.4000.630.61
HSL98.71º45.59%26.67%-
HSV(B)98.71º62.63%38.82%-
XYZ6.69.993.33-
YUV79.97103.75113.04-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 30.26%
GREEN value IS 99 (39.06% from 255) = 50.77%
BLUE value IS 37 (14.84% from 255) = 18.97%
R=30.26%
G=50.77%
B=18.97%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5999370.4000.630.6198.7145.5926.67
Hex3B63252803F3D632e1b
Octal731434550077751435633
Binary11101111000111001011010000111111111101110001110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,99,37); }

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

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

 a { background-color: rgb(59,99,37); }

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

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

 span { border-color: rgb(59,99,37); }

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