Html Css Color HEX #487526 Dell

📋 copy color: '#487526'

red 72 ◦ green 117 ◦ blue 38

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

Shades of Dell #487526

Tints of Dell #487526

RGB

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

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

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

R = 31.72%
G = 51.54%
B = 16.74%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.68

 K value IS 0.54

RGB Variations

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

Color information

#487526 (or 0x487526) is known color: Dell. HEX triplet: 48, 75 and 26. RGB value is (72,117,38). Sum of RGB (Red+Green+Blue) = 72+117+38=227 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.72% from 227); Green value is 117 (46.09% from 255 or 51.54% from 227); Blue value is 38 (15.23% from 255 or 16.74% from 227); Max value from RGB is 117 - color contains mainly: green. Hex color #487526 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487526 is #B78AD9. Grayscale: #5E5E5E. Windows color (decimal): -12028634 or 2520392. OLE color: 2520392.

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

Color convert

RGB 72 117 38 -
CMYK 0.38 0 0.68 0.54
HSL 94.18º 0.51% 0.3% -
HSV(B) 94.18º 0.68% 0.46% -
XYZ 9.38 14.24 4.09 -
YUV 94.54 96.09 111.92 -
System Red Green Blue C M Y K H S L
Decimal 72 117 38 0.38 0 0.68 0.54 94.18 0.51 0.3
Hex 48 75 26 26 0 44 36 5E 33 1E
Octal 110 165 46 46 0 104 66 136 63 36
Binary 1001000 1110101 100110 100110 0 1000100 110110 1011110 110011 11110

Color Harmonies of #487526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487526

Black with #487526

Text Example


Text Example

White with #487526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487526; }

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

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

background-color css

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

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

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

border-color css

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

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

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