#366015

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

Shades of Dell #366015

Tints of Dell #366015

Color information

#366015 (or 0x366015) is unknown color: approx Dell. HEX triplet: 36, 60 and 15. RGB value is (54,96,21). Sum of RGB (Red+Green+Blue) = 54+96+21=171 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.58% from 171); Green value is 96 (37.89% from 255 or 56.14% from 171); Blue value is 21 (8.59% from 255 or 12.28% from 171); Max value from RGB is 96 - color contains mainly: green. Hex color #366015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #366015 is #C99FEA. Grayscale: #4B4B4B. Windows color (decimal): -13213675 or 1400886. OLE color: 1400886.

HSL color Cylindrical-coordinate representation of color #366015: hue angle of 93.6º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #366015 is Cyan = 0.44, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB549621-
CMYK0.4400.780.62
HSL93.6º64.1%22.94%-
HSV(B)93.6º78.12%37.65%-
XYZ5.849.22.18-
YUV74.8997.59113.1-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 31.58%
GREEN value IS 96 (37.89% from 255) = 56.14%
BLUE value IS 21 (8.59% from 255) = 12.28%
R=31.58%
G=56.14%
B=12.28%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5496210.4400.780.6293.664.122.94
Hex3660152C04E3E5e4017
Octal66140255401167613610027
Binary110110110000010101101100010011101111101011110100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366015; }

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

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

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

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

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

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

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

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