Html Css Color HEX #486E37 Dell

📋 copy color: '#486E37'

red 72 ◦ green 110 ◦ blue 55

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

Shades of Dell #486E37

Tints of Dell #486E37

RGB

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

 GREEN value IS 110 (43.36% from 255) = 46.41%

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

R = 30.38%
G = 46.41%
B = 23.21%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.5

 K value IS 0.57

RGB Variations

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

Color information

#486E37 (or 0x486E37) is known color: Dell. HEX triplet: 48, 6E and 37. RGB value is (72,110,55). Sum of RGB (Red+Green+Blue) = 72+110+55=237 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.38% from 237); Green value is 110 (43.36% from 255 or 46.41% from 237); Blue value is 55 (21.88% from 255 or 23.21% from 237); Max value from RGB is 110 - color contains mainly: green. Hex color #486E37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486E37 is #B791C8. Grayscale: #5C5C5C. Windows color (decimal): -12030409 or 3632712. OLE color: 3632712.

HSL color Cylindrical-coordinate representation of color #486E37: hue angle of 101.45º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #486E37 is Cyan = 0.35, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.57.

Color convert

RGB 72 110 55 -
CMYK 0.35 0 0.5 0.57
HSL 101.45º 0.33% 0.32% -
HSV(B) 101.45º 0.5% 0.43% -
XYZ 8.94 12.81 5.62 -
YUV 92.37 106.91 113.47 -
System Red Green Blue C M Y K H S L
Decimal 72 110 55 0.35 0 0.5 0.57 101.45 0.33 0.32
Hex 48 6E 37 23 0 32 39 65 21 20
Octal 110 156 67 43 0 62 71 145 41 40
Binary 1001000 1101110 110111 100011 0 110010 111001 1100101 100001 100000

Color Harmonies of #486E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486E37

Black with #486E37

Text Example


Text Example

White with #486E37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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