#466127

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

Shades of Dell #466127

Tints of Dell #466127

Color information

#466127 (or 0x466127) is unknown color: approx Dell. HEX triplet: 46, 61 and 27. RGB value is (70,97,39). Sum of RGB (Red+Green+Blue) = 70+97+39=206 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.98% from 206); Green value is 97 (38.28% from 255 or 47.09% from 206); Blue value is 39 (15.62% from 255 or 18.93% from 206); Max value from RGB is 97 - color contains mainly: green. Hex color #466127 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466127 is #B99ED8. Grayscale: #525252. Windows color (decimal): -12164825 or 2580806. OLE color: 2580806.

HSL color Cylindrical-coordinate representation of color #466127: hue angle of 87.93º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #466127 is Cyan = 0.28, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB709739-
CMYK0.2800.600.62
HSL87.93º42.65%26.67%-
HSV(B)87.93º59.79%38.04%-
XYZ7.17103.47-
YUV82.32103.55119.22-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.98%
GREEN value IS 97 (38.28% from 255) = 47.09%
BLUE value IS 39 (15.62% from 255) = 18.93%
R=33.98%
G=47.09%
B=18.93%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7097390.2800.600.6287.9342.6526.67
Hex4661271C03C3E582b1b
Octal1061414734074761305333
Binary10001101100001100111111000111100111110101100010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466127; }

 p { color: rgb(70,97,39); }

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

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

 a { background-color: rgb(70,97,39); }

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

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

 span { border-color: rgb(70,97,39); }

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