Html Css Color HEX #487126 Dell

📋 copy color: '#487126'

red 72 ◦ green 113 ◦ blue 38

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

Shades of Dell #487126

Tints of Dell #487126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 17.04%

R = 32.29%
G = 50.67%
B = 17.04%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#487126 (or 0x487126) is known color: Dell. HEX triplet: 48, 71 and 26. RGB value is (72,113,38). Sum of RGB (Red+Green+Blue) = 72+113+38=223 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.29% from 223); Green value is 113 (44.53% from 255 or 50.67% from 223); Blue value is 38 (15.23% from 255 or 17.04% from 223); Max value from RGB is 113 - color contains mainly: green. Hex color #487126 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487126 is #B78ED9. Grayscale: #5C5C5C. Windows color (decimal): -12029658 or 2519368. OLE color: 2519368.

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

Color convert

RGB 72 113 38 -
CMYK 0.36 0 0.66 0.56
HSL 92.8º 0.5% 0.3% -
HSV(B) 92.8º 0.66% 0.44% -
XYZ 8.93 13.33 3.94 -
YUV 92.19 97.42 113.6 -
System Red Green Blue C M Y K H S L
Decimal 72 113 38 0.36 0 0.66 0.56 92.8 0.5 0.3
Hex 48 71 26 24 0 42 38 5D 32 1E
Octal 110 161 46 44 0 102 70 135 62 36
Binary 1001000 1110001 100110 100100 0 1000010 111000 1011101 110010 11110

Color Harmonies of #487126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487126

Black with #487126

Text Example


Text Example

White with #487126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487126; }

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

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

background-color css

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

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

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

border-color css

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

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

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