Html Css Color HEX #486A37 Dell

📋 copy color: '#486A37'

red 72 ◦ green 106 ◦ blue 55

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

Shades of Dell #486A37

Tints of Dell #486A37

RGB

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

 GREEN value IS 106 (41.8% from 255) = 45.49%

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

R = 30.9%
G = 45.49%
B = 23.61%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.48

 K value IS 0.58

RGB Variations

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

Color information

#486A37 (or 0x486A37) is known color: Dell. HEX triplet: 48, 6A and 37. RGB value is (72,106,55). Sum of RGB (Red+Green+Blue) = 72+106+55=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 106 (41.80% from 255 or 45.49% from 233); Blue value is 55 (21.88% from 255 or 23.61% from 233); Max value from RGB is 106 - color contains mainly: green. Hex color #486A37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486A37 is #B795C8. Grayscale: #5A5A5A. Windows color (decimal): -12031433 or 3631688. OLE color: 3631688.

HSL color Cylindrical-coordinate representation of color #486A37: hue angle of 100º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #486A37 is Cyan = 0.32, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.58.

Color convert

RGB 72 106 55 -
CMYK 0.32 0 0.48 0.58
HSL 100º 0.32% 0.32% -
HSV(B) 100º 0.48% 0.42% -
XYZ 8.52 11.96 5.47 -
YUV 90.02 108.24 115.15 -
System Red Green Blue C M Y K H S L
Decimal 72 106 55 0.32 0 0.48 0.58 100 0.32 0.32
Hex 48 6A 37 20 0 30 3A 64 20 20
Octal 110 152 67 40 0 60 72 144 40 40
Binary 1001000 1101010 110111 100000 0 110000 111010 1100100 100000 100000

Color Harmonies of #486A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486A37

Black with #486A37

Text Example


Text Example

White with #486A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486A37; }

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

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

background-color css

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

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

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

border-color css

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

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

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