Html Css Color HEX #486129 Dell

📋 copy color: '#486129'

red 72 ◦ green 97 ◦ blue 41

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

Shades of Dell #486129

Tints of Dell #486129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 19.52%

R = 34.29%
G = 46.19%
B = 19.52%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#486129 (or 0x486129) is known color: Dell. HEX triplet: 48, 61 and 29. RGB value is (72,97,41). Sum of RGB (Red+Green+Blue) = 72+97+41=210 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.29% from 210); Green value is 97 (38.28% from 255 or 46.19% from 210); Blue value is 41 (16.41% from 255 or 19.52% from 210); Max value from RGB is 97 - color contains mainly: green. Hex color #486129 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486129 is #B79ED6. Grayscale: #535353. Windows color (decimal): -12033751 or 2711880. OLE color: 2711880.

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

Color convert

RGB 72 97 41 -
CMYK 0.26 0 0.58 0.62
HSL 86.79º 0.41% 0.27% -
HSV(B) 86.79º 0.58% 0.38% -
XYZ 7.35 10.09 3.66 -
YUV 83.14 104.22 120.05 -
System Red Green Blue C M Y K H S L
Decimal 72 97 41 0.26 0 0.58 0.62 86.79 0.41 0.27
Hex 48 61 29 1A 0 3A 3E 57 29 1B
Octal 110 141 51 32 0 72 76 127 51 33
Binary 1001000 1100001 101001 11010 0 111010 111110 1010111 101001 11011

Color Harmonies of #486129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486129

Black with #486129

Text Example


Text Example

White with #486129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486129; }

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

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

background-color css

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

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

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

border-color css

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

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

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