#466735

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

Shades of Dell #466735

Tints of Dell #466735

Color information

#466735 (or 0x466735) is unknown color: approx Dell. HEX triplet: 46, 67 and 35. RGB value is (70,103,53). Sum of RGB (Red+Green+Blue) = 70+103+53=226 (29% of max value = 765). Red value is 70 (27.73% from 255 or 30.97% from 226); Green value is 103 (40.62% from 255 or 45.58% from 226); Blue value is 53 (21.09% from 255 or 23.45% from 226); Max value from RGB is 103 - color contains mainly: green. Hex color #466735 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466735 is #B998CA. Grayscale: #575757. Windows color (decimal): -12163275 or 3499846. OLE color: 3499846.

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

Color convert

RGB7010353-
CMYK0.3200.490.60
HSL99.6º32.05%30.59%-
HSV(B)99.6º48.54%40.39%-
XYZ8.0211.265.12-
YUV87.43108.57115.57-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.97%
GREEN value IS 103 (40.62% from 255) = 45.58%
BLUE value IS 53 (21.09% from 255) = 23.45%
R=30.97%
G=45.58%
B=23.45%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal70103530.3200.490.6099.632.0530.59
Hex466735200313C64201f
Octal1061476540061741444037
Binary100011011001111101011000000110001111100110010010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466735; }

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

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

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

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

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

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

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

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