Html Css Color HEX #485D56 Stromboli

📋 copy color: '#485D56'

red 72 ◦ green 93 ◦ blue 86

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

Shades of Stromboli #485D56

Tints of Stromboli #485D56

RGB

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

 GREEN value IS 93 (36.72% from 255) = 37.05%

 BLUE value IS 86 (33.98% from 255) = 34.26%

R = 28.69%
G = 37.05%
B = 34.26%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.08

 K value IS 0.64

RGB Variations

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

Color information

#485D56 (or 0x485D56) is known color: Stromboli. HEX triplet: 48, 5D and 56. RGB value is (72,93,86). Sum of RGB (Red+Green+Blue) = 72+93+86=251 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.69% from 251); Green value is 93 (36.72% from 255 or 37.05% from 251); Blue value is 86 (33.98% from 255 or 34.26% from 251); Max value from RGB is 93 - color contains mainly: green. Hex color #485D56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485D56 is #B7A2A9. Grayscale: #555555. Windows color (decimal): -12034730 or 5659976. OLE color: 5659976.

HSL color Cylindrical-coordinate representation of color #485D56: hue angle of 160º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #485D56 is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.

Color convert

RGB 72 93 86 -
CMYK 0.23 0 0.08 0.64
HSL 160º 0.13% 0.32% -
HSV(B) 160º 0.23% 0.36% -
XYZ 8.27 9.88 10.28 -
YUV 85.92 128.04 118.07 -
System Red Green Blue C M Y K H S L
Decimal 72 93 86 0.23 0 0.08 0.64 160 0.13 0.32
Hex 48 5D 56 17 0 8 40 A0 D 20
Octal 110 135 126 27 0 10 100 240 15 40
Binary 1001000 1011101 1010110 10111 0 1000 1000000 10100000 1101 100000

Color Harmonies of #485D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485D56

Black with #485D56

Text Example


Text Example

White with #485D56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485D56; }

 p { color: rgb(72,93,86); }

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

background-color css

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

 a { background-color: rgb(72,93,86); }

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

border-color css

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

 span { border-color: rgb(72,93,86); }

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