Html Css Color HEX #486337 Dell

📋 copy color: '#486337'

red 72 ◦ green 99 ◦ blue 55

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

Shades of Dell #486337

Tints of Dell #486337

RGB

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

 GREEN value IS 99 (39.06% from 255) = 43.81%

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

R = 31.86%
G = 43.81%
B = 24.34%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.44

 K value IS 0.61

RGB Variations

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

Color information

#486337 (or 0x486337) is known color: Dell. HEX triplet: 48, 63 and 37. RGB value is (72,99,55). Sum of RGB (Red+Green+Blue) = 72+99+55=226 (29% of max value = 765). Red value is 72 (28.52% from 255 or 31.86% from 226); Green value is 99 (39.06% from 255 or 43.81% from 226); Blue value is 55 (21.88% from 255 or 24.34% from 226); Max value from RGB is 99 - color contains mainly: green. Hex color #486337 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486337 is #B79CC8. Grayscale: #565656. Windows color (decimal): -12033225 or 3629896. OLE color: 3629896.

HSL color Cylindrical-coordinate representation of color #486337: hue angle of 96.82º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #486337 is Cyan = 0.27, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.61.

Color convert

RGB 72 99 55 -
CMYK 0.27 0 0.44 0.61
HSL 96.82º 0.29% 0.3% -
HSV(B) 96.82º 0.44% 0.39% -
XYZ 7.82 10.58 5.24 -
YUV 85.91 110.55 118.08 -
System Red Green Blue C M Y K H S L
Decimal 72 99 55 0.27 0 0.44 0.61 96.82 0.29 0.3
Hex 48 63 37 1B 0 2C 3D 61 1D 1E
Octal 110 143 67 33 0 54 75 141 35 36
Binary 1001000 1100011 110111 11011 0 101100 111101 1100001 11101 11110

Color Harmonies of #486337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486337

Black with #486337

Text Example


Text Example

White with #486337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486337; }

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

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

background-color css

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

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

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

border-color css

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

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

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