Html Css Color HEX #417360 Stromboli

📋 copy color: '#417360'

red 65 ◦ green 115 ◦ blue 96

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

Shades of Stromboli #417360

Tints of Stromboli #417360

RGB

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

 GREEN value IS 115 (45.31% from 255) = 41.67%

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

R = 23.55%
G = 41.67%
B = 34.78%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#417360 (or 0x417360) is known color: Stromboli. HEX triplet: 41, 73 and 60. RGB value is (65,115,96). Sum of RGB (Red+Green+Blue) = 65+115+96=276 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.55% from 276); Green value is 115 (45.31% from 255 or 41.67% from 276); Blue value is 96 (37.89% from 255 or 34.78% from 276); Max value from RGB is 115 - color contains mainly: green. Hex color #417360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417360 is #BE8C9F. Grayscale: #616161. Windows color (decimal): -12487840 or 6320961. OLE color: 6320961.

HSL color Cylindrical-coordinate representation of color #417360: hue angle of 157.2º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #417360 is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 115 96 -
CMYK 0.43 0 0.17 0.55
HSL 157.2º 0.28% 0.35% -
HSV(B) 157.2º 0.43% 0.45% -
XYZ 10.42 14.23 13.26 -
YUV 97.88 126.94 104.54 -
System Red Green Blue C M Y K H S L
Decimal 65 115 96 0.43 0 0.17 0.55 157.2 0.28 0.35
Hex 41 73 60 2B 0 11 37 9D 1C 23
Octal 101 163 140 53 0 21 67 235 34 43
Binary 1000001 1110011 1100000 101011 0 10001 110111 10011101 11100 100011

Color Harmonies of #417360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417360

Black with #417360

Text Example


Text Example

White with #417360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417360; }

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

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

background-color css

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

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

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

border-color css

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

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

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