Html Css Color HEX #487328 Dell

📋 copy color: '#487328'

red 72 ◦ green 115 ◦ blue 40

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

Shades of Dell #487328

Tints of Dell #487328

RGB

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

 GREEN value IS 115 (45.31% from 255) = 50.66%

 BLUE value IS 40 (16.02% from 255) = 17.62%

R = 31.72%
G = 50.66%
B = 17.62%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#487328 (or 0x487328) is known color: Dell. HEX triplet: 48, 73 and 28. RGB value is (72,115,40). Sum of RGB (Red+Green+Blue) = 72+115+40=227 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.72% from 227); Green value is 115 (45.31% from 255 or 50.66% from 227); Blue value is 40 (16.02% from 255 or 17.62% from 227); Max value from RGB is 115 - color contains mainly: green. Hex color #487328 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487328 is #B78CD7. Grayscale: #5D5D5D. Windows color (decimal): -12029144 or 2650952. OLE color: 2650952.

HSL color Cylindrical-coordinate representation of color #487328: hue angle of 94.4º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #487328 is Cyan = 0.37, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB 72 115 40 -
CMYK 0.37 0 0.65 0.55
HSL 94.4º 0.48% 0.3% -
HSV(B) 94.4º 0.65% 0.45% -
XYZ 9.19 13.79 4.19 -
YUV 93.59 97.75 112.6 -
System Red Green Blue C M Y K H S L
Decimal 72 115 40 0.37 0 0.65 0.55 94.4 0.48 0.3
Hex 48 73 28 25 0 41 37 5E 30 1E
Octal 110 163 50 45 0 101 67 136 60 36
Binary 1001000 1110011 101000 100101 0 1000001 110111 1011110 110000 11110

Color Harmonies of #487328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487328

Black with #487328

Text Example


Text Example

White with #487328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487328; }

 p { color: rgb(72,115,40); }

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

background-color css

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

 a { background-color: rgb(72,115,40); }

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

border-color css

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

 span { border-color: rgb(72,115,40); }

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