Html Css Color HEX #417161 Stromboli

📋 copy color: '#417161'

red 65 ◦ green 113 ◦ blue 97

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

Shades of Stromboli #417161

Tints of Stromboli #417161

RGB

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

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

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

R = 23.64%
G = 41.09%
B = 35.27%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#417161 (or 0x417161) is known color: Stromboli. HEX triplet: 41, 71 and 61. RGB value is (65,113,97). Sum of RGB (Red+Green+Blue) = 65+113+97=275 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.64% from 275); Green value is 113 (44.53% from 255 or 41.09% from 275); Blue value is 97 (38.28% from 255 or 35.27% from 275); Max value from RGB is 113 - color contains mainly: green. Hex color #417161 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417161 is #BE8E9E. Grayscale: #606060. Windows color (decimal): -12488351 or 6385985. OLE color: 6385985.

HSL color Cylindrical-coordinate representation of color #417161: hue angle of 160º 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 #417161 is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 65 113 97 -
CMYK 0.42 0 0.14 0.56
HSL 160º 0.27% 0.35% -
HSV(B) 160º 0.42% 0.44% -
XYZ 10.24 13.8 13.43 -
YUV 96.82 128.1 105.3 -
System Red Green Blue C M Y K H S L
Decimal 65 113 97 0.42 0 0.14 0.56 160 0.27 0.35
Hex 41 71 61 2A 0 E 38 A0 1B 23
Octal 101 161 141 52 0 16 70 240 33 43
Binary 1000001 1110001 1100001 101010 0 1110 111000 10100000 11011 100011

Color Harmonies of #417161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417161

Black with #417161

Text Example


Text Example

White with #417161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417161; }

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

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

background-color css

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

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

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

border-color css

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

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

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