#35640E

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

Shades of Dell #35640E

Tints of Dell #35640E

Color information

#35640E (or 0x35640E) is unknown color: approx Dell. HEX triplet: 35, 64 and 0E. RGB value is (53,100,14). Sum of RGB (Red+Green+Blue) = 53+100+14=167 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.74% from 167); Green value is 100 (39.45% from 255 or 59.88% from 167); Blue value is 14 (5.86% from 255 or 8.38% from 167); Max value from RGB is 100 - color contains mainly: green. Hex color #35640E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #35640E is #CA9BF1. Grayscale: #4C4C4C. Windows color (decimal): -13278194 or 943157. OLE color: 943157.

HSL color Cylindrical-coordinate representation of color #35640E: hue angle of 92.79º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #35640E is Cyan = 0.47, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.61.

Color convert

RGB5310014-
CMYK0.4700.860.61
HSL92.79º75.44%22.35%-
HSV(B)92.79º86%39.22%-
XYZ6.19.92.01-
YUV76.1492.93111.49-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.74%
GREEN value IS 100 (39.45% from 255) = 59.88%
BLUE value IS 14 (5.86% from 255) = 8.38%
R=31.74%
G=59.88%
B=8.38%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal53100140.4700.860.6192.7975.4422.35
Hex3564E2F0563D5d4b16
Octal65144165701267513511326
Binary11010111001001110101111010101101111011011101100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35640E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35640E; }

 p { color: rgb(53,100,14); }

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

<style>
 a { background-color: #35640E; }

 a { background-color: rgb(53,100,14); }

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

<style>
 span { border-color: #35640E; }

 span { border-color: rgb(53,100,14); }

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