Html Css Color HEX #486536 Dell

📋 copy color: '#486536'

red 72 ◦ green 101 ◦ blue 54

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

Shades of Dell #486536

Tints of Dell #486536

RGB

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

 GREEN value IS 101 (39.84% from 255) = 44.49%

 BLUE value IS 54 (21.48% from 255) = 23.79%

R = 31.72%
G = 44.49%
B = 23.79%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.47

 K value IS 0.60

RGB Variations

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

Color information

#486536 (or 0x486536) is known color: Dell. HEX triplet: 48, 65 and 36. RGB value is (72,101,54). Sum of RGB (Red+Green+Blue) = 72+101+54=227 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.72% from 227); Green value is 101 (39.84% from 255 or 44.49% from 227); Blue value is 54 (21.48% from 255 or 23.79% from 227); Max value from RGB is 101 - color contains mainly: green. Hex color #486536 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486536 is #B79AC9. Grayscale: #575757. Windows color (decimal): -12032714 or 3564872. OLE color: 3564872.

HSL color Cylindrical-coordinate representation of color #486536: hue angle of 97.02º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #486536 is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.60.

Color convert

RGB 72 101 54 -
CMYK 0.29 0 0.47 0.60
HSL 97.02º 0.3% 0.3% -
HSV(B) 97.02º 0.47% 0.4% -
XYZ 7.99 10.95 5.18 -
YUV 86.97 109.39 117.32 -
System Red Green Blue C M Y K H S L
Decimal 72 101 54 0.29 0 0.47 0.60 97.02 0.3 0.3
Hex 48 65 36 1D 0 2F 3C 61 1E 1E
Octal 110 145 66 35 0 57 74 141 36 36
Binary 1001000 1100101 110110 11101 0 101111 111100 1100001 11110 11110

Color Harmonies of #486536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486536

Black with #486536

Text Example


Text Example

White with #486536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486536; }

 p { color: rgb(72,101,54); }

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

background-color css

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

 a { background-color: rgb(72,101,54); }

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

border-color css

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

 span { border-color: rgb(72,101,54); }

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