#366314

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

Shades of Dell #366314

Tints of Dell #366314

Color information

#366314 (or 0x366314) is unknown color: approx Dell. HEX triplet: 36, 63 and 14. RGB value is (54,99,20). Sum of RGB (Red+Green+Blue) = 54+99+20=173 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.21% from 173); Green value is 99 (39.06% from 255 or 57.23% from 173); Blue value is 20 (8.20% from 255 or 11.56% from 173); Max value from RGB is 99 - color contains mainly: green. Hex color #366314 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #366314 is #C99CEB. Grayscale: #4C4C4C. Windows color (decimal): -13212908 or 1336118. OLE color: 1336118.

HSL color Cylindrical-coordinate representation of color #366314: hue angle of 94.18º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #366314 is Cyan = 0.45, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.61.

Color convert

RGB549920-
CMYK0.4500.800.61
HSL94.18º66.39%23.33%-
HSV(B)94.18º79.8%38.82%-
XYZ6.119.762.22-
YUV76.5496.09111.92-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 31.21%
GREEN value IS 99 (39.06% from 255) = 57.23%
BLUE value IS 20 (8.20% from 255) = 11.56%
R=31.21%
G=57.23%
B=11.56%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5499200.4500.800.6194.1866.3923.33
Hex3663142D0503D5e4217
Octal66143245501207513610227
Binary110110110001110100101101010100001111011011110100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366314; }

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

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

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

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

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

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

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

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