Html Css Color HEX #465837 Dell

📋 copy color: '#465837'

red 70 ◦ green 88 ◦ blue 55

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

Shades of Dell #465837

Tints of Dell #465837

RGB

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

 GREEN value IS 88 (34.77% from 255) = 41.31%

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

R = 32.86%
G = 41.31%
B = 25.82%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.38

 K value IS 0.65

RGB Variations

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

Color information

#465837 (or 0x465837) is known color: Dell. HEX triplet: 46, 58 and 37. RGB value is (70,88,55). Sum of RGB (Red+Green+Blue) = 70+88+55=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 88 (34.77% from 255 or 41.31% from 213); Blue value is 55 (21.88% from 255 or 25.82% from 213); Max value from RGB is 88 - color contains mainly: green. Hex color #465837 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465837 is #B9A7C8. Grayscale: #4E4E4E. Windows color (decimal): -12167113 or 3627078. OLE color: 3627078.

HSL color Cylindrical-coordinate representation of color #465837: hue angle of 92.73º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #465837 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.65.

Color convert

RGB 70 88 55 -
CMYK 0.20 0 0.38 0.65
HSL 92.73º 0.23% 0.28% -
HSV(B) 92.73º 0.38% 0.35% -
XYZ 6.71 8.56 4.91 -
YUV 78.86 114.54 121.68 -
System Red Green Blue C M Y K H S L
Decimal 70 88 55 0.20 0 0.38 0.65 92.73 0.23 0.28
Hex 46 58 37 14 0 26 41 5D 17 1C
Octal 106 130 67 24 0 46 101 135 27 34
Binary 1000110 1011000 110111 10100 0 100110 1000001 1011101 10111 11100

Color Harmonies of #465837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465837

Black with #465837

Text Example


Text Example

White with #465837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465837; }

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

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

background-color css

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

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

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

border-color css

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

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

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