#366714

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

Shades of Dell #366714

Tints of Dell #366714

Color information

#366714 (or 0x366714) is unknown color: approx Dell. HEX triplet: 36, 67 and 14. RGB value is (54,103,20). Sum of RGB (Red+Green+Blue) = 54+103+20=177 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.51% from 177); Green value is 103 (40.62% from 255 or 58.19% from 177); Blue value is 20 (8.20% from 255 or 11.30% from 177); Max value from RGB is 103 - color contains mainly: green. Hex color #366714 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #366714 is #C998EB. Grayscale: #4F4F4F. Windows color (decimal): -13211884 or 1337142. OLE color: 1337142.

HSL color Cylindrical-coordinate representation of color #366714: hue angle of 95.42º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #366714 is Cyan = 0.48, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.60.

Color convert

RGB5410320-
CMYK0.4800.810.60
HSL95.42º67.48%24.12%-
HSV(B)95.42º80.58%40.39%-
XYZ6.510.542.35-
YUV78.8994.77110.25-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30.51%
GREEN value IS 103 (40.62% from 255) = 58.19%
BLUE value IS 20 (8.20% from 255) = 11.30%
R=30.51%
G=58.19%
B=11.30%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal54103200.4800.810.6095.4267.4824.12
Hex366714300513C5f4318
Octal66147246001217413710330
Binary110110110011110100110000010100011111001011111100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366714; }

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

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

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

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

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

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

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

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