Html Css Color HEX #416D5A Stromboli

📋 copy color: '#416D5A'

red 65 ◦ green 109 ◦ blue 90

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

Shades of Stromboli #416D5A

Tints of Stromboli #416D5A

RGB

 RED value IS 65 (25.78% from 255) = 24.62%

 GREEN value IS 109 (42.97% from 255) = 41.29%

 BLUE value IS 90 (35.55% from 255) = 34.09%

R = 24.62%
G = 41.29%
B = 34.09%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.17

 K value IS 0.57

RGB Variations

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

Color information

#416D5A (or 0x416D5A) is known color: Stromboli. HEX triplet: 41, 6D and 5A. RGB value is (65,109,90). Sum of RGB (Red+Green+Blue) = 65+109+90=264 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.62% from 264); Green value is 109 (42.97% from 255 or 41.29% from 264); Blue value is 90 (35.55% from 255 or 34.09% from 264); Max value from RGB is 109 - color contains mainly: green. Hex color #416D5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416D5A is #BE92A5. Grayscale: #5D5D5D. Windows color (decimal): -12489382 or 5926209. OLE color: 5926209.

HSL color Cylindrical-coordinate representation of color #416D5A: hue angle of 154.09º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #416D5A is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.57.

Color convert

RGB 65 109 90 -
CMYK 0.40 0 0.17 0.57
HSL 154.09º 0.25% 0.34% -
HSV(B) 154.09º 0.4% 0.43% -
XYZ 9.49 12.8 11.64 -
YUV 93.68 125.92 107.54 -
System Red Green Blue C M Y K H S L
Decimal 65 109 90 0.40 0 0.17 0.57 154.09 0.25 0.34
Hex 41 6D 5A 28 0 11 39 9A 19 22
Octal 101 155 132 50 0 21 71 232 31 42
Binary 1000001 1101101 1011010 101000 0 10001 111001 10011010 11001 100010

Color Harmonies of #416D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416D5A

Black with #416D5A

Text Example


Text Example

White with #416D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416D5A; }

 p { color: rgb(65,109,90); }

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

background-color css

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

 a { background-color: rgb(65,109,90); }

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

border-color css

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

 span { border-color: rgb(65,109,90); }

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