#35601B

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

Shades of Dell #35601B

Tints of Dell #35601B

Color information

#35601B (or 0x35601B) is unknown color: approx Dell. HEX triplet: 35, 60 and 1B. RGB value is (53,96,27). Sum of RGB (Red+Green+Blue) = 53+96+27=176 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.11% from 176); Green value is 96 (37.89% from 255 or 54.55% from 176); Blue value is 27 (10.94% from 255 or 15.34% from 176); Max value from RGB is 96 - color contains mainly: green. Hex color #35601B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35601B is #CA9FE4. Grayscale: #4B4B4B. Windows color (decimal): -13279205 or 1794101. OLE color: 1794101.

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

Color convert

RGB539627-
CMYK0.4500.720.62
HSL97.39º56.1%24.12%-
HSV(B)97.39º71.88%37.65%-
XYZ5.859.22.5-
YUV75.28100.75112.11-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.11%
GREEN value IS 96 (37.89% from 255) = 54.55%
BLUE value IS 27 (10.94% from 255) = 15.34%
R=30.11%
G=54.55%
B=15.34%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5396270.4500.720.6297.3956.124.12
Hex35601B2D0483E613818
Octal6514033550110761417030
Binary11010111000001101110110101001000111110110000111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35601B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35601B; }

 p { color: rgb(53,96,27); }

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

<style>
 a { background-color: #35601B; }

 a { background-color: rgb(53,96,27); }

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

<style>
 span { border-color: #35601B; }

 span { border-color: rgb(53,96,27); }

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