Html Css Color HEX #486937 Dell

📋 copy color: '#486937'

red 72 ◦ green 105 ◦ blue 55

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

Shades of Dell #486937

Tints of Dell #486937

RGB

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

 GREEN value IS 105 (41.41% from 255) = 45.26%

 BLUE value IS 55 (21.88% from 255) = 23.71%

R = 31.03%
G = 45.26%
B = 23.71%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.48

 K value IS 0.59

RGB Variations

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

Color information

#486937 (or 0x486937) is known color: Dell. HEX triplet: 48, 69 and 37. RGB value is (72,105,55). Sum of RGB (Red+Green+Blue) = 72+105+55=232 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.03% from 232); Green value is 105 (41.41% from 255 or 45.26% from 232); Blue value is 55 (21.88% from 255 or 23.71% from 232); Max value from RGB is 105 - color contains mainly: green. Hex color #486937 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486937 is #B796C8. Grayscale: #595959. Windows color (decimal): -12031689 or 3631432. OLE color: 3631432.

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

Color convert

RGB 72 105 55 -
CMYK 0.31 0 0.48 0.59
HSL 99.6º 0.31% 0.31% -
HSV(B) 99.6º 0.48% 0.41% -
XYZ 8.41 11.76 5.44 -
YUV 89.43 108.57 115.57 -
System Red Green Blue C M Y K H S L
Decimal 72 105 55 0.31 0 0.48 0.59 99.6 0.31 0.31
Hex 48 69 37 1F 0 30 3B 64 1F 1F
Octal 110 151 67 37 0 60 73 144 37 37
Binary 1001000 1101001 110111 11111 0 110000 111011 1100100 11111 11111

Color Harmonies of #486937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486937

Black with #486937

Text Example


Text Example

White with #486937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486937; }

 p { color: rgb(72,105,55); }

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

background-color css

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

 a { background-color: rgb(72,105,55); }

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

border-color css

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

 span { border-color: rgb(72,105,55); }

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