Html Css Color HEX #486932 Dell

📋 copy color: '#486932'

red 72 ◦ green 105 ◦ blue 50

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

Shades of Dell #486932

Tints of Dell #486932

RGB

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

 GREEN value IS 105 (41.41% from 255) = 46.26%

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

R = 31.72%
G = 46.26%
B = 22.03%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.52

 K value IS 0.59

RGB Variations

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

Color information

#486932 (or 0x486932) is known color: Dell. HEX triplet: 48, 69 and 32. RGB value is (72,105,50). Sum of RGB (Red+Green+Blue) = 72+105+50=227 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.72% from 227); Green value is 105 (41.41% from 255 or 46.26% from 227); Blue value is 50 (19.92% from 255 or 22.03% from 227); Max value from RGB is 105 - color contains mainly: green. Hex color #486932 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486932 is #B796CD. Grayscale: #595959. Windows color (decimal): -12031694 or 3303752. OLE color: 3303752.

HSL color Cylindrical-coordinate representation of color #486932: hue angle of 96º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #486932 is Cyan = 0.31, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.59.

Color convert

RGB 72 105 50 -
CMYK 0.31 0 0.52 0.59
HSL 96º 0.35% 0.3% -
HSV(B) 96º 0.52% 0.41% -
XYZ 8.3 11.71 4.84 -
YUV 88.86 106.07 115.97 -
System Red Green Blue C M Y K H S L
Decimal 72 105 50 0.31 0 0.52 0.59 96 0.35 0.3
Hex 48 69 32 1F 0 34 3B 60 23 1E
Octal 110 151 62 37 0 64 73 140 43 36
Binary 1001000 1101001 110010 11111 0 110100 111011 1100000 100011 11110

Color Harmonies of #486932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486932

Black with #486932

Text Example


Text Example

White with #486932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486932; }

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

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

background-color css

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

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

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

border-color css

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

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

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