Html Css Color HEX #486139 Dell

📋 copy color: '#486139'

red 72 ◦ green 97 ◦ blue 57

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

Shades of Dell #486139

Tints of Dell #486139

RGB

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

 GREEN value IS 97 (38.28% from 255) = 42.92%

 BLUE value IS 57 (22.66% from 255) = 25.22%

R = 31.86%
G = 42.92%
B = 25.22%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.41

 K value IS 0.62

RGB Variations

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

Color information

#486139 (or 0x486139) is known color: Dell. HEX triplet: 48, 61 and 39. RGB value is (72,97,57). Sum of RGB (Red+Green+Blue) = 72+97+57=226 (29% of max value = 765). Red value is 72 (28.52% from 255 or 31.86% from 226); Green value is 97 (38.28% from 255 or 42.92% from 226); Blue value is 57 (22.66% from 255 or 25.22% from 226); Max value from RGB is 97 - color contains mainly: green. Hex color #486139 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486139 is #B79EC6. Grayscale: #555555. Windows color (decimal): -12033735 or 3760456. OLE color: 3760456.

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

Color convert

RGB 72 97 57 -
CMYK 0.26 0 0.41 0.62
HSL 97.5º 0.26% 0.3% -
HSV(B) 97.5º 0.41% 0.38% -
XYZ 7.69 10.22 5.44 -
YUV 84.97 112.22 118.75 -
System Red Green Blue C M Y K H S L
Decimal 72 97 57 0.26 0 0.41 0.62 97.5 0.26 0.3
Hex 48 61 39 1A 0 29 3E 62 1A 1E
Octal 110 141 71 32 0 51 76 142 32 36
Binary 1001000 1100001 111001 11010 0 101001 111110 1100010 11010 11110

Color Harmonies of #486139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486139

Black with #486139

Text Example


Text Example

White with #486139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486139; }

 p { color: rgb(72,97,57); }

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

background-color css

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

 a { background-color: rgb(72,97,57); }

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

border-color css

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

 span { border-color: rgb(72,97,57); }

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