Html Css Color HEX #487025 Dell

📋 copy color: '#487025'

red 72 ◦ green 112 ◦ blue 37

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

Shades of Dell #487025

Tints of Dell #487025

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 16.74%

R = 32.58%
G = 50.68%
B = 16.74%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#487025 (or 0x487025) is known color: Dell. HEX triplet: 48, 70 and 25. RGB value is (72,112,37). Sum of RGB (Red+Green+Blue) = 72+112+37=221 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.58% from 221); Green value is 112 (44.14% from 255 or 50.68% from 221); Blue value is 37 (14.84% from 255 or 16.74% from 221); Max value from RGB is 112 - color contains mainly: green. Hex color #487025 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487025 is #B78FDA. Grayscale: #5B5B5B. Windows color (decimal): -12029915 or 2453576. OLE color: 2453576.

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

Color convert

RGB 72 112 37 -
CMYK 0.36 0 0.67 0.56
HSL 92º 0.5% 0.29% -
HSV(B) 92º 0.67% 0.44% -
XYZ 8.8 13.1 3.81 -
YUV 91.49 97.25 114.1 -
System Red Green Blue C M Y K H S L
Decimal 72 112 37 0.36 0 0.67 0.56 92 0.5 0.29
Hex 48 70 25 24 0 43 38 5C 32 1D
Octal 110 160 45 44 0 103 70 134 62 35
Binary 1001000 1110000 100101 100100 0 1000011 111000 1011100 110010 11101

Color Harmonies of #487025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487025

Black with #487025

Text Example


Text Example

White with #487025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487025; }

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

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

background-color css

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

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

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

border-color css

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

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

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