Html Css Color HEX #486C5F Stromboli

📋 copy color: '#486C5F'

red 72 ◦ green 108 ◦ blue 95

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

Shades of Stromboli #486C5F

Tints of Stromboli #486C5F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 39.27%

 BLUE value IS 95 (37.5% from 255) = 34.55%

R = 26.18%
G = 39.27%
B = 34.55%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#486C5F (or 0x486C5F) is known color: Stromboli. HEX triplet: 48, 6C and 5F. RGB value is (72,108,95). Sum of RGB (Red+Green+Blue) = 72+108+95=275 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.18% from 275); Green value is 108 (42.58% from 255 or 39.27% from 275); Blue value is 95 (37.5% from 255 or 34.55% from 275); Max value from RGB is 108 - color contains mainly: green. Hex color #486C5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486C5F is #B793A0. Grayscale: #5F5F5F. Windows color (decimal): -12030881 or 6253640. OLE color: 6253640.

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

Color convert

RGB 72 108 95 -
CMYK 0.33 0 0.12 0.58
HSL 158.33º 0.2% 0.35% -
HSV(B) 158.33º 0.33% 0.42% -
XYZ 10.1 12.93 12.79 -
YUV 95.75 127.57 111.06 -
System Red Green Blue C M Y K H S L
Decimal 72 108 95 0.33 0 0.12 0.58 158.33 0.2 0.35
Hex 48 6C 5F 21 0 C 3A 9E 14 23
Octal 110 154 137 41 0 14 72 236 24 43
Binary 1001000 1101100 1011111 100001 0 1100 111010 10011110 10100 100011

Color Harmonies of #486C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486C5F

Black with #486C5F

Text Example


Text Example

White with #486C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,108,95); }

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

background-color css

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

 a { background-color: rgb(72,108,95); }

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

border-color css

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

 span { border-color: rgb(72,108,95); }

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