Html Css Color HEX #486130 Dell

📋 copy color: '#486130'

red 72 ◦ green 97 ◦ blue 48

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

Shades of Dell #486130

Tints of Dell #486130

RGB

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

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

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

R = 33.18%
G = 44.7%
B = 22.12%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#486130 (or 0x486130) is known color: Dell. HEX triplet: 48, 61 and 30. RGB value is (72,97,48). Sum of RGB (Red+Green+Blue) = 72+97+48=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 97 (38.28% from 255 or 44.70% from 217); Blue value is 48 (19.14% from 255 or 22.12% from 217); Max value from RGB is 97 - color contains mainly: green. Hex color #486130 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486130 is #B79ECF. Grayscale: #545454. Windows color (decimal): -12033744 or 3170632. OLE color: 3170632.

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

Color convert

RGB 72 97 48 -
CMYK 0.26 0 0.51 0.62
HSL 90.61º 0.34% 0.28% -
HSV(B) 90.61º 0.51% 0.38% -
XYZ 7.48 10.14 4.36 -
YUV 83.94 107.72 119.48 -
System Red Green Blue C M Y K H S L
Decimal 72 97 48 0.26 0 0.51 0.62 90.61 0.34 0.28
Hex 48 61 30 1A 0 33 3E 5B 22 1C
Octal 110 141 60 32 0 63 76 133 42 34
Binary 1001000 1100001 110000 11010 0 110011 111110 1011011 100010 11100

Color Harmonies of #486130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486130

Black with #486130

Text Example


Text Example

White with #486130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486130; }

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

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

background-color css

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

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

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

border-color css

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

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

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