#466736

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

Shades of Dell #466736

Tints of Dell #466736

Color information

#466736 (or 0x466736) is unknown color: approx Dell. HEX triplet: 46, 67 and 36. RGB value is (70,103,54). Sum of RGB (Red+Green+Blue) = 70+103+54=227 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.84% from 227); Green value is 103 (40.62% from 255 or 45.37% from 227); Blue value is 54 (21.48% from 255 or 23.79% from 227); Max value from RGB is 103 - color contains mainly: green. Hex color #466736 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466736 is #B998C9. Grayscale: #575757. Windows color (decimal): -12163274 or 3565382. OLE color: 3565382.

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

Color convert

RGB7010354-
CMYK0.3200.480.60
HSL100.41º31.21%30.78%-
HSV(B)100.41º47.57%40.39%-
XYZ8.0411.275.24-
YUV87.55109.07115.48-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.84%
GREEN value IS 103 (40.62% from 255) = 45.37%
BLUE value IS 54 (21.48% from 255) = 23.79%
R=30.84%
G=45.37%
B=23.79%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal70103540.3200.480.60100.4131.2130.78
Hex466736200303C641f1f
Octal1061476640060741443737
Binary10001101100111110110100000011000011110011001001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466736; }

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

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

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

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

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

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

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

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