Html Css Color HEX #486929 Dell

📋 copy color: '#486929'

red 72 ◦ green 105 ◦ blue 41

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

Shades of Dell #486929

Tints of Dell #486929

RGB

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

 GREEN value IS 105 (41.41% from 255) = 48.17%

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

R = 33.03%
G = 48.17%
B = 18.81%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.61

 K value IS 0.59

RGB Variations

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

Color information

#486929 (or 0x486929) is known color: Dell. HEX triplet: 48, 69 and 29. RGB value is (72,105,41). Sum of RGB (Red+Green+Blue) = 72+105+41=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 105 (41.41% from 255 or 48.17% from 218); Blue value is 41 (16.41% from 255 or 18.81% from 218); Max value from RGB is 105 - color contains mainly: green. Hex color #486929 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486929 is #B796D6. Grayscale: #585858. Windows color (decimal): -12031703 or 2713928. OLE color: 2713928.

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

Color convert

RGB 72 105 41 -
CMYK 0.31 0 0.61 0.59
HSL 90.94º 0.44% 0.29% -
HSV(B) 90.94º 0.61% 0.41% -
XYZ 8.12 11.64 3.92 -
YUV 87.84 101.57 116.7 -
System Red Green Blue C M Y K H S L
Decimal 72 105 41 0.31 0 0.61 0.59 90.94 0.44 0.29
Hex 48 69 29 1F 0 3D 3B 5B 2C 1D
Octal 110 151 51 37 0 75 73 133 54 35
Binary 1001000 1101001 101001 11111 0 111101 111011 1011011 101100 11101

Color Harmonies of #486929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486929

Black with #486929

Text Example


Text Example

White with #486929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486929; }

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

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

background-color css

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

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

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

border-color css

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

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

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