Html Css Color HEX #486928 Dell

📋 copy color: '#486928'

red 72 ◦ green 105 ◦ blue 40

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

Shades of Dell #486928

Tints of Dell #486928

RGB

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

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

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

R = 33.18%
G = 48.39%
B = 18.43%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.62

 K value IS 0.59

RGB Variations

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

Color information

#486928 (or 0x486928) is known color: Dell. HEX triplet: 48, 69 and 28. RGB value is (72,105,40). Sum of RGB (Red+Green+Blue) = 72+105+40=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 105 (41.41% from 255 or 48.39% from 217); Blue value is 40 (16.02% from 255 or 18.43% from 217); Max value from RGB is 105 - color contains mainly: green. Hex color #486928 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486928 is #B796D7. Grayscale: #575757. Windows color (decimal): -12031704 or 2648392. OLE color: 2648392.

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

Color convert

RGB 72 105 40 -
CMYK 0.31 0 0.62 0.59
HSL 90.46º 0.45% 0.28% -
HSV(B) 90.46º 0.62% 0.41% -
XYZ 8.11 11.63 3.83 -
YUV 87.72 101.07 116.79 -
System Red Green Blue C M Y K H S L
Decimal 72 105 40 0.31 0 0.62 0.59 90.46 0.45 0.28
Hex 48 69 28 1F 0 3E 3B 5A 2D 1C
Octal 110 151 50 37 0 76 73 132 55 34
Binary 1001000 1101001 101000 11111 0 111110 111011 1011010 101101 11100

Color Harmonies of #486928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486928

Black with #486928

Text Example


Text Example

White with #486928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486928; }

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

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

background-color css

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

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

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

border-color css

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

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

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