Html Css Color HEX #486F35 Dell

📋 copy color: '#486F35'

red 72 ◦ green 111 ◦ blue 53

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

Shades of Dell #486F35

Tints of Dell #486F35

RGB

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

 GREEN value IS 111 (43.75% from 255) = 47.03%

 BLUE value IS 53 (21.09% from 255) = 22.46%

R = 30.51%
G = 47.03%
B = 22.46%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#486F35 (or 0x486F35) is known color: Dell. HEX triplet: 48, 6F and 35. RGB value is (72,111,53). Sum of RGB (Red+Green+Blue) = 72+111+53=236 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.51% from 236); Green value is 111 (43.75% from 255 or 47.03% from 236); Blue value is 53 (21.09% from 255 or 22.46% from 236); Max value from RGB is 111 - color contains mainly: green. Hex color #486F35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486F35 is #B790CA. Grayscale: #5C5C5C. Windows color (decimal): -12030155 or 3501896. OLE color: 3501896.

HSL color Cylindrical-coordinate representation of color #486F35: hue angle of 100.34º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #486F35 is Cyan = 0.35, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 111 53 -
CMYK 0.35 0 0.52 0.56
HSL 100.34º 0.35% 0.32% -
HSV(B) 100.34º 0.52% 0.44% -
XYZ 9 13 5.4 -
YUV 92.73 105.58 113.22 -
System Red Green Blue C M Y K H S L
Decimal 72 111 53 0.35 0 0.52 0.56 100.34 0.35 0.32
Hex 48 6F 35 23 0 34 38 64 23 20
Octal 110 157 65 43 0 64 70 144 43 40
Binary 1001000 1101111 110101 100011 0 110100 111000 1100100 100011 100000

Color Harmonies of #486F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486F35

Black with #486F35

Text Example


Text Example

White with #486F35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,111,53); }

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

background-color css

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

 a { background-color: rgb(72,111,53); }

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

border-color css

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

 span { border-color: rgb(72,111,53); }

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