#465F36

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

Shades of Dell #465F36

Tints of Dell #465F36

Color information

#465F36 (or 0x465F36) is unknown color: approx Dell. HEX triplet: 46, 5F and 36. RGB value is (70,95,54). Sum of RGB (Red+Green+Blue) = 70+95+54=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 95 (37.5% from 255 or 43.38% from 219); Blue value is 54 (21.48% from 255 or 24.66% from 219); Max value from RGB is 95 - color contains mainly: green. Hex color #465F36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465F36 is #B9A0C9. Grayscale: #525252. Windows color (decimal): -12165322 or 3563334. OLE color: 3563334.

HSL color Cylindrical-coordinate representation of color #465F36: hue angle of 96.59º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #465F36 is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.63.

Color convert

RGB709554-
CMYK0.2600.430.63
HSL96.59º27.52%29.22%-
HSV(B)96.59º43.16%37.25%-
XYZ7.289.754.99-
YUV82.85111.72118.83-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.96%
GREEN value IS 95 (37.5% from 255) = 43.38%
BLUE value IS 54 (21.48% from 255) = 24.66%
R=31.96%
G=43.38%
B=24.66%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7095540.2600.430.6396.5927.5229.22
Hex465F361A02B3F611c1d
Octal1061376632053771413435
Binary1000110101111111011011010010101111111111000011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465F36; }

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

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

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

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

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

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

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

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