Html Css Color HEX #487429 Dell

📋 copy color: '#487429'

red 72 ◦ green 116 ◦ blue 41

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

Shades of Dell #487429

Tints of Dell #487429

RGB

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

 GREEN value IS 116 (45.7% from 255) = 50.66%

 BLUE value IS 41 (16.41% from 255) = 17.9%

R = 31.44%
G = 50.66%
B = 17.9%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#487429 (or 0x487429) is known color: Dell. HEX triplet: 48, 74 and 29. RGB value is (72,116,41). Sum of RGB (Red+Green+Blue) = 72+116+41=229 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.44% from 229); Green value is 116 (45.70% from 255 or 50.66% from 229); Blue value is 41 (16.41% from 255 or 17.90% from 229); Max value from RGB is 116 - color contains mainly: green. Hex color #487429 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487429 is #B78BD6. Grayscale: #5E5E5E. Windows color (decimal): -12028887 or 2716744. OLE color: 2716744.

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

Color convert

RGB 72 116 41 -
CMYK 0.38 0 0.65 0.55
HSL 95.2º 0.48% 0.31% -
HSV(B) 95.2º 0.65% 0.45% -
XYZ 9.32 14.03 4.31 -
YUV 94.29 97.92 112.1 -
System Red Green Blue C M Y K H S L
Decimal 72 116 41 0.38 0 0.65 0.55 95.2 0.48 0.31
Hex 48 74 29 26 0 41 37 5F 30 1F
Octal 110 164 51 46 0 101 67 137 60 37
Binary 1001000 1110100 101001 100110 0 1000001 110111 1011111 110000 11111

Color Harmonies of #487429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487429

Black with #487429

Text Example


Text Example

White with #487429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487429; }

 p { color: rgb(72,116,41); }

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

background-color css

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

 a { background-color: rgb(72,116,41); }

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

border-color css

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

 span { border-color: rgb(72,116,41); }

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