#3B601B

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

Shades of Dell #3B601B

Tints of Dell #3B601B

Color information

#3B601B (or 0x3B601B) is unknown color: approx Dell. HEX triplet: 3B, 60 and 1B. RGB value is (59,96,27). Sum of RGB (Red+Green+Blue) = 59+96+27=182 (24% of max value = 765). Red value is 59 (23.44% from 255 or 32.42% from 182); Green value is 96 (37.89% from 255 or 52.75% from 182); Blue value is 27 (10.94% from 255 or 14.84% from 182); Max value from RGB is 96 - color contains mainly: green. Hex color #3B601B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B601B is #C49FE4. Grayscale: #4D4D4D. Windows color (decimal): -12885989 or 1794107. OLE color: 1794107.

HSL color Cylindrical-coordinate representation of color #3B601B: hue angle of 92.17º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3B601B is Cyan = 0.39, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB599627-
CMYK0.3900.720.62
HSL92.17º56.1%24.12%-
HSV(B)92.17º71.88%37.65%-
XYZ6.189.372.52-
YUV77.0799.74115.11-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 32.42%
GREEN value IS 96 (37.89% from 255) = 52.75%
BLUE value IS 27 (10.94% from 255) = 14.84%
R=32.42%
G=52.75%
B=14.84%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5996270.3900.720.6292.1756.124.12
Hex3B601B270483E5c3818
Octal7314033470110761347030
Binary11101111000001101110011101001000111110101110011100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B601B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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