Html Css Color HEX #487024 Dell

📋 copy color: '#487024'

red 72 ◦ green 112 ◦ blue 36

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

Shades of Dell #487024

Tints of Dell #487024

RGB

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

 GREEN value IS 112 (44.14% from 255) = 50.91%

 BLUE value IS 36 (14.45% from 255) = 16.36%

R = 32.73%
G = 50.91%
B = 16.36%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.68

 K value IS 0.56

RGB Variations

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

Color information

#487024 (or 0x487024) is known color: Dell. HEX triplet: 48, 70 and 24. RGB value is (72,112,36). Sum of RGB (Red+Green+Blue) = 72+112+36=220 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.73% from 220); Green value is 112 (44.14% from 255 or 50.91% from 220); Blue value is 36 (14.45% from 255 or 16.36% from 220); Max value from RGB is 112 - color contains mainly: green. Hex color #487024 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487024 is #B78FDB. Grayscale: #5B5B5B. Windows color (decimal): -12029916 or 2388040. OLE color: 2388040.

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

Color convert

RGB 72 112 36 -
CMYK 0.36 0 0.68 0.56
HSL 91.58º 0.51% 0.29% -
HSV(B) 91.58º 0.68% 0.44% -
XYZ 8.79 13.09 3.73 -
YUV 91.38 96.75 114.18 -
System Red Green Blue C M Y K H S L
Decimal 72 112 36 0.36 0 0.68 0.56 91.58 0.51 0.29
Hex 48 70 24 24 0 44 38 5C 33 1D
Octal 110 160 44 44 0 104 70 134 63 35
Binary 1001000 1110000 100100 100100 0 1000100 111000 1011100 110011 11101

Color Harmonies of #487024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487024

Black with #487024

Text Example


Text Example

White with #487024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487024; }

 p { color: rgb(72,112,36); }

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

background-color css

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

 a { background-color: rgb(72,112,36); }

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

border-color css

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

 span { border-color: rgb(72,112,36); }

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