#3B6A1B

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

Shades of Dell #3B6A1B

Tints of Dell #3B6A1B

Color information

#3B6A1B (or 0x3B6A1B) is unknown color: approx Dell. HEX triplet: 3B, 6A and 1B. RGB value is (59,106,27). Sum of RGB (Red+Green+Blue) = 59+106+27=192 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.73% from 192); Green value is 106 (41.80% from 255 or 55.21% from 192); Blue value is 27 (10.94% from 255 or 14.06% from 192); Max value from RGB is 106 - color contains mainly: green. Hex color #3B6A1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B6A1B is #C495E4. Grayscale: #535353. Windows color (decimal): -12883429 or 1796667. OLE color: 1796667.

HSL color Cylindrical-coordinate representation of color #3B6A1B: hue angle of 95.7º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3B6A1B is Cyan = 0.44, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.58.

Color convert

RGB5910627-
CMYK0.4400.750.58
HSL95.7º59.4%26.08%-
HSV(B)95.7º74.53%41.57%-
XYZ7.1611.322.84-
YUV82.9496.43110.92-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 30.73%
GREEN value IS 106 (41.80% from 255) = 55.21%
BLUE value IS 27 (10.94% from 255) = 14.06%
R=30.73%
G=55.21%
B=14.06%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal59106270.4400.750.5895.759.426.08
Hex3B6A1B2C04B3A603b1a
Octal7315233540113721407332
Binary11101111010101101110110001001011111010110000011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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