Html Css Color HEX #486330 Dell

📋 copy color: '#486330'

red 72 ◦ green 99 ◦ blue 48

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

Shades of Dell #486330

Tints of Dell #486330

RGB

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

 GREEN value IS 99 (39.06% from 255) = 45.21%

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

R = 32.88%
G = 45.21%
B = 21.92%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.52

 K value IS 0.61

RGB Variations

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

Color information

#486330 (or 0x486330) is known color: Dell. HEX triplet: 48, 63 and 30. RGB value is (72,99,48). Sum of RGB (Red+Green+Blue) = 72+99+48=219 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.88% from 219); Green value is 99 (39.06% from 255 or 45.21% from 219); Blue value is 48 (19.14% from 255 or 21.92% from 219); Max value from RGB is 99 - color contains mainly: green. Hex color #486330 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486330 is #B79CCF. Grayscale: #555555. Windows color (decimal): -12033232 or 3171144. OLE color: 3171144.

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

Color convert

RGB 72 99 48 -
CMYK 0.27 0 0.52 0.61
HSL 91.76º 0.35% 0.29% -
HSV(B) 91.76º 0.52% 0.39% -
XYZ 7.67 10.51 4.42 -
YUV 85.11 107.05 118.65 -
System Red Green Blue C M Y K H S L
Decimal 72 99 48 0.27 0 0.52 0.61 91.76 0.35 0.29
Hex 48 63 30 1B 0 34 3D 5C 23 1D
Octal 110 143 60 33 0 64 75 134 43 35
Binary 1001000 1100011 110000 11011 0 110100 111101 1011100 100011 11101

Color Harmonies of #486330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486330

Black with #486330

Text Example


Text Example

White with #486330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486330; }

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

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

background-color css

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

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

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

border-color css

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

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

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