Html Css Color HEX #486232 Dell

📋 copy color: '#486232'

red 72 ◦ green 98 ◦ blue 50

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

Shades of Dell #486232

Tints of Dell #486232

RGB

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

 GREEN value IS 98 (38.67% from 255) = 44.55%

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

R = 32.73%
G = 44.55%
B = 22.73%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#486232 (or 0x486232) is known color: Dell. HEX triplet: 48, 62 and 32. RGB value is (72,98,50). Sum of RGB (Red+Green+Blue) = 72+98+50=220 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.73% from 220); Green value is 98 (38.67% from 255 or 44.55% from 220); Blue value is 50 (19.92% from 255 or 22.73% from 220); Max value from RGB is 98 - color contains mainly: green. Hex color #486232 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486232 is #B79DCD. Grayscale: #545454. Windows color (decimal): -12033486 or 3301960. OLE color: 3301960.

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

Color convert

RGB 72 98 50 -
CMYK 0.27 0 0.49 0.62
HSL 92.5º 0.32% 0.29% -
HSV(B) 92.5º 0.49% 0.38% -
XYZ 7.62 10.34 4.61 -
YUV 84.75 108.39 118.9 -
System Red Green Blue C M Y K H S L
Decimal 72 98 50 0.27 0 0.49 0.62 92.5 0.32 0.29
Hex 48 62 32 1B 0 31 3E 5C 20 1D
Octal 110 142 62 33 0 61 76 134 40 35
Binary 1001000 1100010 110010 11011 0 110001 111110 1011100 100000 11101

Color Harmonies of #486232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486232

Black with #486232

Text Example


Text Example

White with #486232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486232; }

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

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

background-color css

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

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

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

border-color css

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

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

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