Html Css Color HEX #486132 Dell

📋 copy color: '#486132'

red 72 ◦ green 97 ◦ blue 50

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

Shades of Dell #486132

Tints of Dell #486132

RGB

 RED value IS 72 (28.52% from 255) = 32.88%

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

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

R = 32.88%
G = 44.29%
B = 22.83%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#486132 (or 0x486132) is known color: Dell. HEX triplet: 48, 61 and 32. RGB value is (72,97,50). Sum of RGB (Red+Green+Blue) = 72+97+50=219 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.88% from 219); Green value is 97 (38.28% from 255 or 44.29% from 219); Blue value is 50 (19.92% from 255 or 22.83% from 219); Max value from RGB is 97 - color contains mainly: green. Hex color #486132 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486132 is #B79ECD. Grayscale: #545454. Windows color (decimal): -12033742 or 3301704. OLE color: 3301704.

HSL color Cylindrical-coordinate representation of color #486132: hue angle of 91.91º 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 #486132 is Cyan = 0.26, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 97 50 -
CMYK 0.26 0 0.48 0.62
HSL 91.91º 0.32% 0.29% -
HSV(B) 91.91º 0.48% 0.38% -
XYZ 7.52 10.16 4.58 -
YUV 84.17 108.72 119.32 -
System Red Green Blue C M Y K H S L
Decimal 72 97 50 0.26 0 0.48 0.62 91.91 0.32 0.29
Hex 48 61 32 1A 0 30 3E 5C 20 1D
Octal 110 141 62 32 0 60 76 134 40 35
Binary 1001000 1100001 110010 11010 0 110000 111110 1011100 100000 11101

Color Harmonies of #486132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486132

Black with #486132

Text Example


Text Example

White with #486132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486132; }

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

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

background-color css

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

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

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

border-color css

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

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

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