Html Css Color HEX #487127 Dell

📋 copy color: '#487127'

red 72 ◦ green 113 ◦ blue 39

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

Shades of Dell #487127

Tints of Dell #487127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 17.41%

R = 32.14%
G = 50.45%
B = 17.41%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#487127 (or 0x487127) is known color: Dell. HEX triplet: 48, 71 and 27. RGB value is (72,113,39). Sum of RGB (Red+Green+Blue) = 72+113+39=224 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.14% from 224); Green value is 113 (44.53% from 255 or 50.45% from 224); Blue value is 39 (15.62% from 255 or 17.41% from 224); Max value from RGB is 113 - color contains mainly: green. Hex color #487127 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487127 is #B78ED8. Grayscale: #5C5C5C. Windows color (decimal): -12029657 or 2584904. OLE color: 2584904.

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

Color convert

RGB 72 113 39 -
CMYK 0.36 0 0.65 0.56
HSL 93.24º 0.49% 0.3% -
HSV(B) 93.24º 0.65% 0.44% -
XYZ 8.94 13.33 4.02 -
YUV 92.31 97.92 113.52 -
System Red Green Blue C M Y K H S L
Decimal 72 113 39 0.36 0 0.65 0.56 93.24 0.49 0.3
Hex 48 71 27 24 0 41 38 5D 31 1E
Octal 110 161 47 44 0 101 70 135 61 36
Binary 1001000 1110001 100111 100100 0 1000001 111000 1011101 110001 11110

Color Harmonies of #487127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487127

Black with #487127

Text Example


Text Example

White with #487127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487127; }

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

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

background-color css

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

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

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

border-color css

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

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

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