Html Css Color HEX #486838 Dell

📋 copy color: '#486838'

red 72 ◦ green 104 ◦ blue 56

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

Shades of Dell #486838

Tints of Dell #486838

RGB

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

 GREEN value IS 104 (41.02% from 255) = 44.83%

 BLUE value IS 56 (22.27% from 255) = 24.14%

R = 31.03%
G = 44.83%
B = 24.14%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.46

 K value IS 0.59

RGB Variations

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

Color information

#486838 (or 0x486838) is known color: Dell. HEX triplet: 48, 68 and 38. RGB value is (72,104,56). Sum of RGB (Red+Green+Blue) = 72+104+56=232 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.03% from 232); Green value is 104 (41.02% from 255 or 44.83% from 232); Blue value is 56 (22.27% from 255 or 24.14% from 232); Max value from RGB is 104 - color contains mainly: green. Hex color #486838 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486838 is #B797C7. Grayscale: #595959. Windows color (decimal): -12031944 or 3696712. OLE color: 3696712.

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

Color convert

RGB 72 104 56 -
CMYK 0.31 0 0.46 0.59
HSL 100º 0.3% 0.31% -
HSV(B) 100º 0.46% 0.41% -
XYZ 8.34 11.56 5.53 -
YUV 88.96 109.4 115.9 -
System Red Green Blue C M Y K H S L
Decimal 72 104 56 0.31 0 0.46 0.59 100 0.3 0.31
Hex 48 68 38 1F 0 2E 3B 64 1E 1F
Octal 110 150 70 37 0 56 73 144 36 37
Binary 1001000 1101000 111000 11111 0 101110 111011 1100100 11110 11111

Color Harmonies of #486838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486838

Black with #486838

Text Example


Text Example

White with #486838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486838; }

 p { color: rgb(72,104,56); }

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

background-color css

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

 a { background-color: rgb(72,104,56); }

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

border-color css

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

 span { border-color: rgb(72,104,56); }

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