Html Css Color HEX #466132 Dell

📋 copy color: '#466132'

red 70 ◦ green 97 ◦ blue 50

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

Shades of Dell #466132

Tints of Dell #466132

RGB

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

 GREEN value IS 97 (38.28% from 255) = 44.7%

 BLUE value IS 50 (19.92% from 255) = 23.04%

R = 32.26%
G = 44.7%
B = 23.04%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#466132 (or 0x466132) is known color: Dell. HEX triplet: 46, 61 and 32. RGB value is (70,97,50). Sum of RGB (Red+Green+Blue) = 70+97+50=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 97 (38.28% from 255 or 44.70% from 217); Blue value is 50 (19.92% from 255 or 23.04% from 217); Max value from RGB is 97 - color contains mainly: green. Hex color #466132 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466132 is #B99ECD. Grayscale: #535353. Windows color (decimal): -12164814 or 3301702. OLE color: 3301702.

HSL color Cylindrical-coordinate representation of color #466132: hue angle of 94.47º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #466132 is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB 70 97 50 -
CMYK 0.28 0 0.48 0.62
HSL 94.47º 0.32% 0.29% -
HSV(B) 94.47º 0.48% 0.38% -
XYZ 7.38 10.08 4.57 -
YUV 83.57 109.05 118.32 -
System Red Green Blue C M Y K H S L
Decimal 70 97 50 0.28 0 0.48 0.62 94.47 0.32 0.29
Hex 46 61 32 1C 0 30 3E 5E 20 1D
Octal 106 141 62 34 0 60 76 136 40 35
Binary 1000110 1100001 110010 11100 0 110000 111110 1011110 100000 11101

Color Harmonies of #466132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466132

Black with #466132

Text Example


Text Example

White with #466132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466132; }

 p { color: rgb(70,97,50); }

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

background-color css

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

 a { background-color: rgb(70,97,50); }

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

border-color css

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

 span { border-color: rgb(70,97,50); }

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