#3B5F1E

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

Shades of Dell #3B5F1E

Tints of Dell #3B5F1E

Color information

#3B5F1E (or 0x3B5F1E) is unknown color: approx Dell. HEX triplet: 3B, 5F and 1E. RGB value is (59,95,30). Sum of RGB (Red+Green+Blue) = 59+95+30=184 (24% of max value = 765). Red value is 59 (23.44% from 255 or 32.07% from 184); Green value is 95 (37.5% from 255 or 51.63% from 184); Blue value is 30 (12.11% from 255 or 16.30% from 184); Max value from RGB is 95 - color contains mainly: green. Hex color #3B5F1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5F1E is #C4A0E1. Grayscale: #4D4D4D. Windows color (decimal): -12886242 or 1990459. OLE color: 1990459.

HSL color Cylindrical-coordinate representation of color #3B5F1E: hue angle of 93.23º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3B5F1E is Cyan = 0.38, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.63.

Color convert

RGB599530-
CMYK0.3800.680.63
HSL93.23º52%24.51%-
HSV(B)93.23º68.42%37.25%-
XYZ6.139.212.68-
YUV76.83101.57115.29-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 32.07%
GREEN value IS 95 (37.5% from 255) = 51.63%
BLUE value IS 30 (12.11% from 255) = 16.30%
R=32.07%
G=51.63%
B=16.30%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5995300.3800.680.6393.235224.51
Hex3B5F1E260443F5d3419
Octal7313736460104771356431
Binary11101110111111111010011001000100111111101110111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,95,30); }

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

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

 a { background-color: rgb(59,95,30); }

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

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

 span { border-color: rgb(59,95,30); }

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