#3B690E

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

Shades of Dell #3B690E

Tints of Dell #3B690E

Color information

#3B690E (or 0x3B690E) is unknown color: approx Dell. HEX triplet: 3B, 69 and 0E. RGB value is (59,105,14). Sum of RGB (Red+Green+Blue) = 59+105+14=178 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.15% from 178); Green value is 105 (41.41% from 255 or 58.99% from 178); Blue value is 14 (5.86% from 255 or 7.87% from 178); Max value from RGB is 105 - color contains mainly: green. Hex color #3B690E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B690E is #C496F1. Grayscale: #515151. Windows color (decimal): -12883698 or 944443. OLE color: 944443.

HSL color Cylindrical-coordinate representation of color #3B690E: hue angle of 90.33º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3B690E is Cyan = 0.44, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.59.

Color convert

RGB5910514-
CMYK0.4400.870.59
HSL90.33º76.47%23.33%-
HSV(B)90.33º86.67%41.18%-
XYZ6.9311.062.19-
YUV80.8790.26112.4-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 33.15%
GREEN value IS 105 (41.41% from 255) = 58.99%
BLUE value IS 14 (5.86% from 255) = 7.87%
R=33.15%
G=58.99%
B=7.87%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal59105140.4400.870.5990.3376.4723.33
Hex3B69E2C0573B5a4c17
Octal73151165401277313211427
Binary11101111010011110101100010101111110111011010100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B690E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,105,14); }

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

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

 a { background-color: rgb(59,105,14); }

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

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

 span { border-color: rgb(59,105,14); }

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