Html Css Color HEX #416761 Stromboli

📋 copy color: '#416761'

red 65 ◦ green 103 ◦ blue 97

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

Shades of Stromboli #416761

Tints of Stromboli #416761

RGB

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

 GREEN value IS 103 (40.63% from 255) = 38.87%

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

R = 24.53%
G = 38.87%
B = 36.6%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.06

 K value IS 0.60

RGB Variations

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

Color information

#416761 (or 0x416761) is known color: Stromboli. HEX triplet: 41, 67 and 61. RGB value is (65,103,97). Sum of RGB (Red+Green+Blue) = 65+103+97=265 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.53% from 265); Green value is 103 (40.62% from 255 or 38.87% from 265); Blue value is 97 (38.28% from 255 or 36.60% from 265); Max value from RGB is 103 - color contains mainly: green. Hex color #416761 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416761 is #BE989E. Grayscale: #5A5A5A. Windows color (decimal): -12490911 or 6383425. OLE color: 6383425.

HSL color Cylindrical-coordinate representation of color #416761: hue angle of 170.53º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #416761 is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.

Color convert

RGB 65 103 97 -
CMYK 0.37 0 0.06 0.60
HSL 170.53º 0.23% 0.33% -
HSV(B) 170.53º 0.37% 0.4% -
XYZ 9.19 11.69 13.08 -
YUV 90.95 131.41 109.49 -
System Red Green Blue C M Y K H S L
Decimal 65 103 97 0.37 0 0.06 0.60 170.53 0.23 0.33
Hex 41 67 61 25 0 6 3C AB 17 21
Octal 101 147 141 45 0 6 74 253 27 41
Binary 1000001 1100111 1100001 100101 0 110 111100 10101011 10111 100001

Color Harmonies of #416761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416761

Black with #416761

Text Example


Text Example

White with #416761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416761; }

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

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

background-color css

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

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

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

border-color css

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

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

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