#36601D

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

Shades of Dell #36601D

Tints of Dell #36601D

Color information

#36601D (or 0x36601D) is unknown color: approx Dell. HEX triplet: 36, 60 and 1D. RGB value is (54,96,29). Sum of RGB (Red+Green+Blue) = 54+96+29=179 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.17% from 179); Green value is 96 (37.89% from 255 or 53.63% from 179); Blue value is 29 (11.72% from 255 or 16.20% from 179); Max value from RGB is 96 - color contains mainly: green. Hex color #36601D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36601D is #C99FE2. Grayscale: #4C4C4C. Windows color (decimal): -13213667 or 1925174. OLE color: 1925174.

HSL color Cylindrical-coordinate representation of color #36601D: hue angle of 97.61º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #36601D is Cyan = 0.44, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB549629-
CMYK0.4400.700.62
HSL97.61º53.6%24.51%-
HSV(B)97.61º69.79%37.65%-
XYZ5.939.242.63-
YUV75.8101.59112.45-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30.17%
GREEN value IS 96 (37.89% from 255) = 53.63%
BLUE value IS 29 (11.72% from 255) = 16.20%
R=30.17%
G=53.63%
B=16.20%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5496290.4400.700.6297.6153.624.51
Hex36601D2C0463E623619
Octal6614035540106761426631
Binary11011011000001110110110001000110111110110001011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36601D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36601D; }

 p { color: rgb(54,96,29); }

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

<style>
 a { background-color: #36601D; }

 a { background-color: rgb(54,96,29); }

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

<style>
 span { border-color: #36601D; }

 span { border-color: rgb(54,96,29); }

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