Html Css Color HEX #417160 Stromboli

📋 copy color: '#417160'

red 65 ◦ green 113 ◦ blue 96

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

Shades of Stromboli #417160

Tints of Stromboli #417160

RGB

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

 GREEN value IS 113 (44.53% from 255) = 41.24%

 BLUE value IS 96 (37.89% from 255) = 35.04%

R = 23.72%
G = 41.24%
B = 35.04%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#417160 (or 0x417160) is known color: Stromboli. HEX triplet: 41, 71 and 60. RGB value is (65,113,96). Sum of RGB (Red+Green+Blue) = 65+113+96=274 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.72% from 274); Green value is 113 (44.53% from 255 or 41.24% from 274); Blue value is 96 (37.89% from 255 or 35.04% from 274); Max value from RGB is 113 - color contains mainly: green. Hex color #417160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417160 is #BE8E9F. Grayscale: #606060. Windows color (decimal): -12488352 or 6320449. OLE color: 6320449.

HSL color Cylindrical-coordinate representation of color #417160: hue angle of 158.75º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #417160 is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB 65 113 96 -
CMYK 0.42 0 0.15 0.56
HSL 158.75º 0.27% 0.35% -
HSV(B) 158.75º 0.42% 0.44% -
XYZ 10.2 13.78 13.19 -
YUV 96.71 127.6 105.38 -
System Red Green Blue C M Y K H S L
Decimal 65 113 96 0.42 0 0.15 0.56 158.75 0.27 0.35
Hex 41 71 60 2A 0 F 38 9F 1B 23
Octal 101 161 140 52 0 17 70 237 33 43
Binary 1000001 1110001 1100000 101010 0 1111 111000 10011111 11011 100011

Color Harmonies of #417160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417160

Black with #417160

Text Example


Text Example

White with #417160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417160; }

 p { color: rgb(65,113,96); }

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

background-color css

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

 a { background-color: rgb(65,113,96); }

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

border-color css

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

 span { border-color: rgb(65,113,96); }

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