#3B6119

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

Shades of Dell #3B6119

Tints of Dell #3B6119

Color information

#3B6119 (or 0x3B6119) is unknown color: approx Dell. HEX triplet: 3B, 61 and 19. RGB value is (59,97,25). Sum of RGB (Red+Green+Blue) = 59+97+25=181 (23% of max value = 765). Red value is 59 (23.44% from 255 or 32.60% from 181); Green value is 97 (38.28% from 255 or 53.59% from 181); Blue value is 25 (10.16% from 255 or 13.81% from 181); Max value from RGB is 97 - color contains mainly: green. Hex color #3B6119 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B6119 is #C49EE6. Grayscale: #4D4D4D. Windows color (decimal): -12885735 or 1663291. OLE color: 1663291.

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

Color convert

RGB599725-
CMYK0.3900.740.62
HSL91.67º59.02%23.92%-
HSV(B)91.67º74.23%38.04%-
XYZ6.259.552.43-
YUV77.4398.41114.85-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 32.60%
GREEN value IS 97 (38.28% from 255) = 53.59%
BLUE value IS 25 (10.16% from 255) = 13.81%
R=32.60%
G=53.59%
B=13.81%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5997250.3900.740.6291.6759.0223.92
Hex3B61192704A3E5c3b18
Octal7314131470112761347330
Binary11101111000011100110011101001010111110101110011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,97,25); }

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

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

 a { background-color: rgb(59,97,25); }

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

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

 span { border-color: rgb(59,97,25); }

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