Html Css Color HEX #465937 Dell

📋 copy color: '#465937'

red 70 ◦ green 89 ◦ blue 55

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

Shades of Dell #465937

Tints of Dell #465937

RGB

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

 GREEN value IS 89 (35.16% from 255) = 41.59%

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

R = 32.71%
G = 41.59%
B = 25.7%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.38

 K value IS 0.65

RGB Variations

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

Color information

#465937 (or 0x465937) is known color: Dell. HEX triplet: 46, 59 and 37. RGB value is (70,89,55). Sum of RGB (Red+Green+Blue) = 70+89+55=214 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.71% from 214); Green value is 89 (35.16% from 255 or 41.59% from 214); Blue value is 55 (21.88% from 255 or 25.70% from 214); Max value from RGB is 89 - color contains mainly: green. Hex color #465937 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465937 is #B9A6C8. Grayscale: #4F4F4F. Windows color (decimal): -12166857 or 3627334. OLE color: 3627334.

HSL color Cylindrical-coordinate representation of color #465937: hue angle of 93.53º degrees, saturation: 0.24, 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 #465937 is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.65.

Color convert

RGB 70 89 55 -
CMYK 0.21 0 0.38 0.65
HSL 93.53º 0.24% 0.28% -
HSV(B) 93.53º 0.38% 0.35% -
XYZ 6.79 8.72 4.94 -
YUV 79.44 114.21 121.26 -
System Red Green Blue C M Y K H S L
Decimal 70 89 55 0.21 0 0.38 0.65 93.53 0.24 0.28
Hex 46 59 37 15 0 26 41 5E 18 1C
Octal 106 131 67 25 0 46 101 136 30 34
Binary 1000110 1011001 110111 10101 0 100110 1000001 1011110 11000 11100

Color Harmonies of #465937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465937

Black with #465937

Text Example


Text Example

White with #465937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465937; }

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

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

background-color css

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

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

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

border-color css

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

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

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