Html Css Color HEX #486836 Dell

📋 copy color: '#486836'

red 72 ◦ green 104 ◦ blue 54

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

Shades of Dell #486836

Tints of Dell #486836

RGB

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

 GREEN value IS 104 (41.02% from 255) = 45.22%

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

R = 31.3%
G = 45.22%
B = 23.48%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.48

 K value IS 0.59

RGB Variations

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

Color information

#486836 (or 0x486836) is known color: Dell. HEX triplet: 48, 68 and 36. RGB value is (72,104,54). Sum of RGB (Red+Green+Blue) = 72+104+54=230 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.30% from 230); Green value is 104 (41.02% from 255 or 45.22% from 230); Blue value is 54 (21.48% from 255 or 23.48% from 230); Max value from RGB is 104 - color contains mainly: green. Hex color #486836 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486836 is #B797C9. Grayscale: #585858. Windows color (decimal): -12031946 or 3565640. OLE color: 3565640.

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

Color convert

RGB 72 104 54 -
CMYK 0.31 0 0.48 0.59
HSL 98.4º 0.32% 0.31% -
HSV(B) 98.4º 0.48% 0.41% -
XYZ 8.29 11.54 5.28 -
YUV 88.73 108.4 116.07 -
System Red Green Blue C M Y K H S L
Decimal 72 104 54 0.31 0 0.48 0.59 98.4 0.32 0.31
Hex 48 68 36 1F 0 30 3B 62 20 1F
Octal 110 150 66 37 0 60 73 142 40 37
Binary 1001000 1101000 110110 11111 0 110000 111011 1100010 100000 11111

Color Harmonies of #486836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486836

Black with #486836

Text Example


Text Example

White with #486836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486836; }

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

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

background-color css

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

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

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

border-color css

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

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

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