#3B621B

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

Shades of Dell #3B621B

Tints of Dell #3B621B

Color information

#3B621B (or 0x3B621B) is unknown color: approx Dell. HEX triplet: 3B, 62 and 1B. RGB value is (59,98,27). Sum of RGB (Red+Green+Blue) = 59+98+27=184 (24% of max value = 765). Red value is 59 (23.44% from 255 or 32.07% from 184); Green value is 98 (38.67% from 255 or 53.26% from 184); Blue value is 27 (10.94% from 255 or 14.67% from 184); Max value from RGB is 98 - color contains mainly: green. Hex color #3B621B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B621B is #C49DE4. Grayscale: #4E4E4E. Windows color (decimal): -12885477 or 1794619. OLE color: 1794619.

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

Color convert

RGB599827-
CMYK0.4000.720.62
HSL92.96º56.8%24.51%-
HSV(B)92.96º72.45%38.43%-
XYZ6.379.742.58-
YUV78.2499.08114.27-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 32.07%
GREEN value IS 98 (38.67% from 255) = 53.26%
BLUE value IS 27 (10.94% from 255) = 14.67%
R=32.07%
G=53.26%
B=14.67%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5998270.4000.720.6292.9656.824.51
Hex3B621B280483E5d3919
Octal7314233500110761357131
Binary11101111000101101110100001001000111110101110111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B621B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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