Html Css Color HEX #465F37 Dell

📋 copy color: '#465F37'

red 70 ◦ green 95 ◦ blue 55

#465F37
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dell #465F37

Tints of Dell #465F37

RGB

 RED value IS 70 (27.73% from 255) = 31.82%

 GREEN value IS 95 (37.5% from 255) = 43.18%

 BLUE value IS 55 (21.88% from 255) = 25%

R = 31.82%
G = 43.18%
B = 25%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.42

 K value IS 0.63

RGB Variations

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

Color information

#465F37 (or 0x465F37) is known color: Dell. HEX triplet: 46, 5F and 37. RGB value is (70,95,55). Sum of RGB (Red+Green+Blue) = 70+95+55=220 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.82% from 220); Green value is 95 (37.5% from 255 or 43.18% from 220); Blue value is 55 (21.88% from 255 or 25% from 220); Max value from RGB is 95 - color contains mainly: green. Hex color #465F37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465F37 is #B9A0C8. Grayscale: #535353. Windows color (decimal): -12165321 or 3628870. OLE color: 3628870.

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

Color convert

RGB 70 95 55 -
CMYK 0.26 0 0.42 0.63
HSL 97.5º 0.27% 0.29% -
HSV(B) 97.5º 0.42% 0.37% -
XYZ 7.31 9.76 5.11 -
YUV 82.97 112.22 118.75 -
System Red Green Blue C M Y K H S L
Decimal 70 95 55 0.26 0 0.42 0.63 97.5 0.27 0.29
Hex 46 5F 37 1A 0 2A 3F 62 1B 1D
Octal 106 137 67 32 0 52 77 142 33 35
Binary 1000110 1011111 110111 11010 0 101010 111111 1100010 11011 11101

Color Harmonies of #465F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465F37

Black with #465F37

Text Example


Text Example

White with #465F37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #465F37;
 }
 .AnyTagClassName
 {
   color: #465F37;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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