Html Css Color HEX #486136 Dell

📋 copy color: '#486136'

red 72 ◦ green 97 ◦ blue 54

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

Shades of Dell #486136

Tints of Dell #486136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 24.22%

R = 32.29%
G = 43.5%
B = 24.22%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.44

 K value IS 0.62

RGB Variations

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

Color information

#486136 (or 0x486136) is known color: Dell. HEX triplet: 48, 61 and 36. RGB value is (72,97,54). Sum of RGB (Red+Green+Blue) = 72+97+54=223 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.29% from 223); Green value is 97 (38.28% from 255 or 43.50% from 223); Blue value is 54 (21.48% from 255 or 24.22% from 223); Max value from RGB is 97 - color contains mainly: green. Hex color #486136 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486136 is #B79EC9. Grayscale: #545454. Windows color (decimal): -12033738 or 3563848. OLE color: 3563848.

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

Color convert

RGB 72 97 54 -
CMYK 0.26 0 0.44 0.62
HSL 94.88º 0.28% 0.3% -
HSV(B) 94.88º 0.44% 0.38% -
XYZ 7.61 10.19 5.06 -
YUV 84.62 110.72 119 -
System Red Green Blue C M Y K H S L
Decimal 72 97 54 0.26 0 0.44 0.62 94.88 0.28 0.3
Hex 48 61 36 1A 0 2C 3E 5F 1C 1E
Octal 110 141 66 32 0 54 76 137 34 36
Binary 1001000 1100001 110110 11010 0 101100 111110 1011111 11100 11110

Color Harmonies of #486136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486136

Black with #486136

Text Example


Text Example

White with #486136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486136; }

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

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

background-color css

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

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

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

border-color css

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

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

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