Html Css Color HEX #487125 Dell

📋 copy color: '#487125'

red 72 ◦ green 113 ◦ blue 37

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

Shades of Dell #487125

Tints of Dell #487125

RGB

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

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

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

R = 32.43%
G = 50.9%
B = 16.67%

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

#487125 (or 0x487125) is known color: Dell. HEX triplet: 48, 71 and 25. RGB value is (72,113,37). Sum of RGB (Red+Green+Blue) = 72+113+37=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 113 (44.53% from 255 or 50.90% from 222); Blue value is 37 (14.84% from 255 or 16.67% from 222); Max value from RGB is 113 - color contains mainly: green. Hex color #487125 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487125 is #B78EDA. Grayscale: #5C5C5C. Windows color (decimal): -12029659 or 2453832. OLE color: 2453832.

HSL color Cylindrical-coordinate representation of color #487125: hue angle of 92.37º degrees, saturation: 0.51, 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 #487125 is Cyan = 0.36, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 113 37 -
CMYK 0.36 0 0.67 0.56
HSL 92.37º 0.51% 0.29% -
HSV(B) 92.37º 0.67% 0.44% -
XYZ 8.91 13.32 3.85 -
YUV 92.08 96.92 113.68 -
System Red Green Blue C M Y K H S L
Decimal 72 113 37 0.36 0 0.67 0.56 92.37 0.51 0.29
Hex 48 71 25 24 0 43 38 5C 33 1D
Octal 110 161 45 44 0 103 70 134 63 35
Binary 1001000 1110001 100101 100100 0 1000011 111000 1011100 110011 11101

Color Harmonies of #487125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487125

Black with #487125

Text Example


Text Example

White with #487125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487125; }

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

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

background-color css

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

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

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

border-color css

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

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

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