Html Css Color HEX #486961 Stromboli

📋 copy color: '#486961'

red 72 ◦ green 105 ◦ blue 97

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

Shades of Stromboli #486961

Tints of Stromboli #486961

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.32%

 BLUE value IS 97 (38.28% from 255) = 35.4%

R = 26.28%
G = 38.32%
B = 35.4%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#486961 (or 0x486961) is known color: Stromboli. HEX triplet: 48, 69 and 61. RGB value is (72,105,97). Sum of RGB (Red+Green+Blue) = 72+105+97=274 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.28% from 274); Green value is 105 (41.41% from 255 or 38.32% from 274); Blue value is 97 (38.28% from 255 or 35.40% from 274); Max value from RGB is 105 - color contains mainly: green. Hex color #486961 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486961 is #B7969E. Grayscale: #5E5E5E. Windows color (decimal): -12031647 or 6383944. OLE color: 6383944.

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

Color convert

RGB 72 105 97 -
CMYK 0.31 0 0.08 0.59
HSL 165.45º 0.19% 0.35% -
HSV(B) 165.45º 0.31% 0.41% -
XYZ 9.88 12.34 13.17 -
YUV 94.22 129.57 112.15 -
System Red Green Blue C M Y K H S L
Decimal 72 105 97 0.31 0 0.08 0.59 165.45 0.19 0.35
Hex 48 69 61 1F 0 8 3B A5 13 23
Octal 110 151 141 37 0 10 73 245 23 43
Binary 1001000 1101001 1100001 11111 0 1000 111011 10100101 10011 100011

Color Harmonies of #486961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486961

Black with #486961

Text Example


Text Example

White with #486961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486961; }

 p { color: rgb(72,105,97); }

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

background-color css

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

 a { background-color: rgb(72,105,97); }

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

border-color css

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

 span { border-color: rgb(72,105,97); }

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