Html Css Color HEX #486E36 Dell

📋 copy color: '#486E36'

red 72 ◦ green 110 ◦ blue 54

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

Shades of Dell #486E36

Tints of Dell #486E36

RGB

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

 GREEN value IS 110 (43.36% from 255) = 46.61%

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

R = 30.51%
G = 46.61%
B = 22.88%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.51

 K value IS 0.57

RGB Variations

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

Color information

#486E36 (or 0x486E36) is known color: Dell. HEX triplet: 48, 6E and 36. RGB value is (72,110,54). Sum of RGB (Red+Green+Blue) = 72+110+54=236 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.51% from 236); Green value is 110 (43.36% from 255 or 46.61% from 236); Blue value is 54 (21.48% from 255 or 22.88% from 236); Max value from RGB is 110 - color contains mainly: green. Hex color #486E36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486E36 is #B791C9. Grayscale: #5C5C5C. Windows color (decimal): -12030410 or 3567176. OLE color: 3567176.

HSL color Cylindrical-coordinate representation of color #486E36: hue angle of 100.71º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #486E36 is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.57.

Color convert

RGB 72 110 54 -
CMYK 0.35 0 0.51 0.57
HSL 100.71º 0.34% 0.32% -
HSV(B) 100.71º 0.51% 0.43% -
XYZ 8.91 12.8 5.49 -
YUV 92.25 106.41 113.55 -
System Red Green Blue C M Y K H S L
Decimal 72 110 54 0.35 0 0.51 0.57 100.71 0.34 0.32
Hex 48 6E 36 23 0 33 39 65 22 20
Octal 110 156 66 43 0 63 71 145 42 40
Binary 1001000 1101110 110110 100011 0 110011 111001 1100101 100010 100000

Color Harmonies of #486E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486E36

Black with #486E36

Text Example


Text Example

White with #486E36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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