Html Css Color HEX #487130 Dell

📋 copy color: '#487130'

red 72 ◦ green 113 ◦ blue 48

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

Shades of Dell #487130

Tints of Dell #487130

RGB

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

 GREEN value IS 113 (44.53% from 255) = 48.5%

 BLUE value IS 48 (19.14% from 255) = 20.6%

R = 30.9%
G = 48.5%
B = 20.6%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#487130 (or 0x487130) is known color: Dell. HEX triplet: 48, 71 and 30. RGB value is (72,113,48). Sum of RGB (Red+Green+Blue) = 72+113+48=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 113 (44.53% from 255 or 48.50% from 233); Blue value is 48 (19.14% from 255 or 20.60% from 233); Max value from RGB is 113 - color contains mainly: green. Hex color #487130 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487130 is #B78ECF. Grayscale: #5D5D5D. Windows color (decimal): -12029648 or 3174728. OLE color: 3174728.

HSL color Cylindrical-coordinate representation of color #487130: hue angle of 97.85º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #487130 is Cyan = 0.36, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 113 48 -
CMYK 0.36 0 0.58 0.56
HSL 97.85º 0.4% 0.32% -
HSV(B) 97.85º 0.58% 0.44% -
XYZ 9.11 13.4 4.9 -
YUV 93.33 102.42 112.79 -
System Red Green Blue C M Y K H S L
Decimal 72 113 48 0.36 0 0.58 0.56 97.85 0.4 0.32
Hex 48 71 30 24 0 3A 38 62 28 20
Octal 110 161 60 44 0 72 70 142 50 40
Binary 1001000 1110001 110000 100100 0 111010 111000 1100010 101000 100000

Color Harmonies of #487130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487130

Black with #487130

Text Example


Text Example

White with #487130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487130; }

 p { color: rgb(72,113,48); }

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

background-color css

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

 a { background-color: rgb(72,113,48); }

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

border-color css

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

 span { border-color: rgb(72,113,48); }

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