Html Css Color HEX #486E5E Stromboli

📋 copy color: '#486E5E'

red 72 ◦ green 110 ◦ blue 94

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

Shades of Stromboli #486E5E

Tints of Stromboli #486E5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 34.06%

R = 26.09%
G = 39.86%
B = 34.06%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.15

 K value IS 0.57

RGB Variations

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

Color information

#486E5E (or 0x486E5E) is known color: Stromboli. HEX triplet: 48, 6E and 5E. RGB value is (72,110,94). Sum of RGB (Red+Green+Blue) = 72+110+94=276 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.09% from 276); Green value is 110 (43.36% from 255 or 39.86% from 276); Blue value is 94 (37.11% from 255 or 34.06% from 276); Max value from RGB is 110 - color contains mainly: green. Hex color #486E5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486E5E is #B791A1. Grayscale: #606060. Windows color (decimal): -12030370 or 6188616. OLE color: 6188616.

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

Color convert

RGB 72 110 94 -
CMYK 0.35 0 0.15 0.57
HSL 154.74º 0.21% 0.36% -
HSV(B) 154.74º 0.35% 0.43% -
XYZ 10.27 13.34 12.62 -
YUV 96.81 126.41 110.3 -
System Red Green Blue C M Y K H S L
Decimal 72 110 94 0.35 0 0.15 0.57 154.74 0.21 0.36
Hex 48 6E 5E 23 0 F 39 9B 15 24
Octal 110 156 136 43 0 17 71 233 25 44
Binary 1001000 1101110 1011110 100011 0 1111 111001 10011011 10101 100100

Color Harmonies of #486E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486E5E

Black with #486E5E

Text Example


Text Example

White with #486E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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