Html Css Color HEX #486428 Dell

📋 copy color: '#486428'

red 72 ◦ green 100 ◦ blue 40

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

Shades of Dell #486428

Tints of Dell #486428

RGB

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

 GREEN value IS 100 (39.45% from 255) = 47.17%

 BLUE value IS 40 (16.02% from 255) = 18.87%

R = 33.96%
G = 47.17%
B = 18.87%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.6

 K value IS 0.61

RGB Variations

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

Color information

#486428 (or 0x486428) is known color: Dell. HEX triplet: 48, 64 and 28. RGB value is (72,100,40). Sum of RGB (Red+Green+Blue) = 72+100+40=212 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.96% from 212); Green value is 100 (39.45% from 255 or 47.17% from 212); Blue value is 40 (16.02% from 255 or 18.87% from 212); Max value from RGB is 100 - color contains mainly: green. Hex color #486428 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486428 is #B79BD7. Grayscale: #555555. Windows color (decimal): -12032984 or 2647112. OLE color: 2647112.

HSL color Cylindrical-coordinate representation of color #486428: hue angle of 88º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #486428 is Cyan = 0.28, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.61.

Color convert

RGB 72 100 40 -
CMYK 0.28 0 0.6 0.61
HSL 88º 0.43% 0.27% -
HSV(B) 88º 0.6% 0.39% -
XYZ 7.61 10.65 3.66 -
YUV 84.79 102.72 118.88 -
System Red Green Blue C M Y K H S L
Decimal 72 100 40 0.28 0 0.6 0.61 88 0.43 0.27
Hex 48 64 28 1C 0 3C 3D 58 2B 1B
Octal 110 144 50 34 0 74 75 130 53 33
Binary 1001000 1100100 101000 11100 0 111100 111101 1011000 101011 11011

Color Harmonies of #486428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486428

Black with #486428

Text Example


Text Example

White with #486428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486428; }

 p { color: rgb(72,100,40); }

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

background-color css

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

 a { background-color: rgb(72,100,40); }

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

border-color css

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

 span { border-color: rgb(72,100,40); }

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