#35611A

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

Shades of Dell #35611A

Tints of Dell #35611A

Color information

#35611A (or 0x35611A) is unknown color: approx Dell. HEX triplet: 35, 61 and 1A. RGB value is (53,97,26). Sum of RGB (Red+Green+Blue) = 53+97+26=176 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.11% from 176); Green value is 97 (38.28% from 255 or 55.11% from 176); Blue value is 26 (10.55% from 255 or 14.77% from 176); Max value from RGB is 97 - color contains mainly: green. Hex color #35611A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35611A is #CA9EE5. Grayscale: #4B4B4B. Windows color (decimal): -13278950 or 1728821. OLE color: 1728821.

HSL color Cylindrical-coordinate representation of color #35611A: hue angle of 97.18º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35611A is Cyan = 0.45, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB539726-
CMYK0.4500.730.62
HSL97.18º57.72%24.12%-
HSV(B)97.18º73.2%38.04%-
XYZ5.939.382.48-
YUV75.7599.92111.77-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.11%
GREEN value IS 97 (38.28% from 255) = 55.11%
BLUE value IS 26 (10.55% from 255) = 14.77%
R=30.11%
G=55.11%
B=14.77%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5397260.4500.730.6297.1857.7224.12
Hex35611A2D0493E613a18
Octal6514132550111761417230
Binary11010111000011101010110101001001111110110000111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35611A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35611A; }

 p { color: rgb(53,97,26); }

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

<style>
 a { background-color: #35611A; }

 a { background-color: rgb(53,97,26); }

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

<style>
 span { border-color: #35611A; }

 span { border-color: rgb(53,97,26); }

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