#366317

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

Shades of Dell #366317

Tints of Dell #366317

Color information

#366317 (or 0x366317) is unknown color: approx Dell. HEX triplet: 36, 63 and 17. RGB value is (54,99,23). Sum of RGB (Red+Green+Blue) = 54+99+23=176 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.68% from 176); Green value is 99 (39.06% from 255 or 56.25% from 176); Blue value is 23 (9.38% from 255 or 13.07% from 176); Max value from RGB is 99 - color contains mainly: green. Hex color #366317 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #366317 is #C99CE8. Grayscale: #4D4D4D. Windows color (decimal): -13212905 or 1532726. OLE color: 1532726.

HSL color Cylindrical-coordinate representation of color #366317: hue angle of 95.53º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #366317 is Cyan = 0.45, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.61.

Color convert

RGB549923-
CMYK0.4500.770.61
HSL95.53º62.3%23.92%-
HSV(B)95.53º76.77%38.82%-
XYZ6.149.772.37-
YUV76.8897.59111.68-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30.68%
GREEN value IS 99 (39.06% from 255) = 56.25%
BLUE value IS 23 (9.38% from 255) = 13.07%
R=30.68%
G=56.25%
B=13.07%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5499230.4500.770.6195.5362.323.92
Hex3663172D04D3D603e18
Octal6614327550115751407630
Binary11011011000111011110110101001101111101110000011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366317; }

 p { color: rgb(54,99,23); }

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

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

 a { background-color: rgb(54,99,23); }

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

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

 span { border-color: rgb(54,99,23); }

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