Html Css Color HEX #416961 Stromboli

📋 copy color: '#416961'

red 65 ◦ green 105 ◦ blue 97

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

Shades of Stromboli #416961

Tints of Stromboli #416961

RGB

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

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

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

R = 24.34%
G = 39.33%
B = 36.33%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#416961 (or 0x416961) is known color: Stromboli. HEX triplet: 41, 69 and 61. RGB value is (65,105,97). Sum of RGB (Red+Green+Blue) = 65+105+97=267 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.34% from 267); Green value is 105 (41.41% from 255 or 39.33% from 267); Blue value is 97 (38.28% from 255 or 36.33% from 267); Max value from RGB is 105 - color contains mainly: green. Hex color #416961 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416961 is #BE969E. Grayscale: #5C5C5C. Windows color (decimal): -12490399 or 6383937. OLE color: 6383937.

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

Color convert

RGB 65 105 97 -
CMYK 0.38 0 0.08 0.59
HSL 168º 0.24% 0.33% -
HSV(B) 168º 0.38% 0.41% -
XYZ 9.39 12.09 13.15 -
YUV 92.13 130.75 108.65 -
System Red Green Blue C M Y K H S L
Decimal 65 105 97 0.38 0 0.08 0.59 168 0.24 0.33
Hex 41 69 61 26 0 8 3B A8 18 21
Octal 101 151 141 46 0 10 73 250 30 41
Binary 1000001 1101001 1100001 100110 0 1000 111011 10101000 11000 100001

Color Harmonies of #416961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416961

Black with #416961

Text Example


Text Example

White with #416961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416961; }

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

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

background-color css

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

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

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

border-color css

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

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

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