Html Css Color HEX #486930 Dell

📋 copy color: '#486930'

red 72 ◦ green 105 ◦ blue 48

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

Shades of Dell #486930

Tints of Dell #486930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 21.33%

R = 32%
G = 46.67%
B = 21.33%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.54

 K value IS 0.59

RGB Variations

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

Color information

#486930 (or 0x486930) is known color: Dell. HEX triplet: 48, 69 and 30. RGB value is (72,105,48). Sum of RGB (Red+Green+Blue) = 72+105+48=225 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32% from 225); Green value is 105 (41.41% from 255 or 46.67% from 225); Blue value is 48 (19.14% from 255 or 21.33% from 225); Max value from RGB is 105 - color contains mainly: green. Hex color #486930 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486930 is #B796CF. Grayscale: #585858. Windows color (decimal): -12031696 or 3172680. OLE color: 3172680.

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

Color convert

RGB 72 105 48 -
CMYK 0.31 0 0.54 0.59
HSL 94.74º 0.37% 0.3% -
HSV(B) 94.74º 0.54% 0.41% -
XYZ 8.26 11.69 4.62 -
YUV 88.64 105.07 116.13 -
System Red Green Blue C M Y K H S L
Decimal 72 105 48 0.31 0 0.54 0.59 94.74 0.37 0.3
Hex 48 69 30 1F 0 36 3B 5F 25 1E
Octal 110 151 60 37 0 66 73 137 45 36
Binary 1001000 1101001 110000 11111 0 110110 111011 1011111 100101 11110

Color Harmonies of #486930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486930

Black with #486930

Text Example


Text Example

White with #486930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486930; }

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

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

background-color css

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

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

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

border-color css

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

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

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