Html Css Color HEX #486D2C Dell

📋 copy color: '#486D2C'

red 72 ◦ green 109 ◦ blue 44

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

Shades of Dell #486D2C

Tints of Dell #486D2C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 48.44%

 BLUE value IS 44 (17.58% from 255) = 19.56%

R = 32%
G = 48.44%
B = 19.56%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.60

 K value IS 0.57

RGB Variations

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

Color information

#486D2C (or 0x486D2C) is known color: Dell. HEX triplet: 48, 6D and 2C. RGB value is (72,109,44). Sum of RGB (Red+Green+Blue) = 72+109+44=225 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32% from 225); Green value is 109 (42.97% from 255 or 48.44% from 225); Blue value is 44 (17.58% from 255 or 19.56% from 225); Max value from RGB is 109 - color contains mainly: green. Hex color #486D2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486D2C is #B792D3. Grayscale: #5A5A5A. Windows color (decimal): -12030676 or 2911560. OLE color: 2911560.

HSL color Cylindrical-coordinate representation of color #486D2C: hue angle of 94.15º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #486D2C is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.57.

Color convert

RGB 72 109 44 -
CMYK 0.34 0 0.60 0.57
HSL 94.15º 0.42% 0.3% -
HSV(B) 94.15º 0.6% 0.43% -
XYZ 8.6 12.5 4.34 -
YUV 90.53 101.74 114.79 -
System Red Green Blue C M Y K H S L
Decimal 72 109 44 0.34 0 0.60 0.57 94.15 0.42 0.3
Hex 48 6D 2C 22 0 3C 39 5E 2A 1E
Octal 110 155 54 42 0 74 71 136 52 36
Binary 1001000 1101101 101100 100010 0 111100 111001 1011110 101010 11110

Color Harmonies of #486D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486D2C

Black with #486D2C

Text Example


Text Example

White with #486D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486D2C; }

 p { color: rgb(72,109,44); }

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

background-color css

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

 a { background-color: rgb(72,109,44); }

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

border-color css

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

 span { border-color: rgb(72,109,44); }

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