Html Css Color HEX #486B38 Dell

📋 copy color: '#486B38'

red 72 ◦ green 107 ◦ blue 56

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

Shades of Dell #486B38

Tints of Dell #486B38

RGB

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

 GREEN value IS 107 (42.19% from 255) = 45.53%

 BLUE value IS 56 (22.27% from 255) = 23.83%

R = 30.64%
G = 45.53%
B = 23.83%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.48

 K value IS 0.58

RGB Variations

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

Color information

#486B38 (or 0x486B38) is known color: Dell. HEX triplet: 48, 6B and 38. RGB value is (72,107,56). Sum of RGB (Red+Green+Blue) = 72+107+56=235 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.64% from 235); Green value is 107 (42.19% from 255 or 45.53% from 235); Blue value is 56 (22.27% from 255 or 23.83% from 235); Max value from RGB is 107 - color contains mainly: green. Hex color #486B38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486B38 is #B794C7. Grayscale: #5A5A5A. Windows color (decimal): -12031176 or 3697480. OLE color: 3697480.

HSL color Cylindrical-coordinate representation of color #486B38: hue angle of 101.18º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #486B38 is Cyan = 0.33, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.58.

Color convert

RGB 72 107 56 -
CMYK 0.33 0 0.48 0.58
HSL 101.18º 0.31% 0.32% -
HSV(B) 101.18º 0.48% 0.42% -
XYZ 8.64 12.18 5.64 -
YUV 90.72 108.4 114.65 -
System Red Green Blue C M Y K H S L
Decimal 72 107 56 0.33 0 0.48 0.58 101.18 0.31 0.32
Hex 48 6B 38 21 0 30 3A 65 1F 20
Octal 110 153 70 41 0 60 72 145 37 40
Binary 1001000 1101011 111000 100001 0 110000 111010 1100101 11111 100000

Color Harmonies of #486B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486B38

Black with #486B38

Text Example


Text Example

White with #486B38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,107,56); }

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

background-color css

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

 a { background-color: rgb(72,107,56); }

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

border-color css

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

 span { border-color: rgb(72,107,56); }

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