Html Css Color HEX #486F2A Dell

📋 copy color: '#486F2A'

red 72 ◦ green 111 ◦ blue 42

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

Shades of Dell #486F2A

Tints of Dell #486F2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 18.67%

R = 32%
G = 49.33%
B = 18.67%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#486F2A (or 0x486F2A) is known color: Dell. HEX triplet: 48, 6F and 2A. RGB value is (72,111,42). Sum of RGB (Red+Green+Blue) = 72+111+42=225 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32% from 225); Green value is 111 (43.75% from 255 or 49.33% from 225); Blue value is 42 (16.80% from 255 or 18.67% from 225); Max value from RGB is 111 - color contains mainly: green. Hex color #486F2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486F2A is #B790D5. Grayscale: #5B5B5B. Windows color (decimal): -12030166 or 2781000. OLE color: 2781000.

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

Color convert

RGB 72 111 42 -
CMYK 0.35 0 0.62 0.56
HSL 93.91º 0.45% 0.3% -
HSV(B) 93.91º 0.62% 0.44% -
XYZ 8.77 12.91 4.22 -
YUV 91.47 100.08 114.11 -
System Red Green Blue C M Y K H S L
Decimal 72 111 42 0.35 0 0.62 0.56 93.91 0.45 0.3
Hex 48 6F 2A 23 0 3E 38 5E 2D 1E
Octal 110 157 52 43 0 76 70 136 55 36
Binary 1001000 1101111 101010 100011 0 111110 111000 1011110 101101 11110

Color Harmonies of #486F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486F2A

Black with #486F2A

Text Example


Text Example

White with #486F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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