Html Css Color HEX #487531 Dell

📋 copy color: '#487531'

red 72 ◦ green 117 ◦ blue 49

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

Shades of Dell #487531

Tints of Dell #487531

RGB

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

 GREEN value IS 117 (46.09% from 255) = 49.16%

 BLUE value IS 49 (19.53% from 255) = 20.59%

R = 30.25%
G = 49.16%
B = 20.59%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#487531 (or 0x487531) is known color: Dell. HEX triplet: 48, 75 and 31. RGB value is (72,117,49). Sum of RGB (Red+Green+Blue) = 72+117+49=238 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.25% from 238); Green value is 117 (46.09% from 255 or 49.16% from 238); Blue value is 49 (19.53% from 255 or 20.59% from 238); Max value from RGB is 117 - color contains mainly: green. Hex color #487531 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487531 is #B78ACE. Grayscale: #606060. Windows color (decimal): -12028623 or 3241288. OLE color: 3241288.

HSL color Cylindrical-coordinate representation of color #487531: hue angle of 99.71º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #487531 is Cyan = 0.38, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB 72 117 49 -
CMYK 0.38 0 0.58 0.54
HSL 99.71º 0.41% 0.33% -
HSV(B) 99.71º 0.58% 0.46% -
XYZ 9.59 14.32 5.16 -
YUV 95.79 101.59 111.03 -
System Red Green Blue C M Y K H S L
Decimal 72 117 49 0.38 0 0.58 0.54 99.71 0.41 0.33
Hex 48 75 31 26 0 3A 36 64 29 21
Octal 110 165 61 46 0 72 66 144 51 41
Binary 1001000 1110101 110001 100110 0 111010 110110 1100100 101001 100001

Color Harmonies of #487531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487531

Black with #487531

Text Example


Text Example

White with #487531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487531; }

 p { color: rgb(72,117,49); }

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

background-color css

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

 a { background-color: rgb(72,117,49); }

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

border-color css

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

 span { border-color: rgb(72,117,49); }

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