Html Css Color HEX #417060 Stromboli

📋 copy color: '#417060'

red 65 ◦ green 112 ◦ blue 96

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

Shades of Stromboli #417060

Tints of Stromboli #417060

RGB

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

 GREEN value IS 112 (44.14% from 255) = 41.03%

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

R = 23.81%
G = 41.03%
B = 35.16%

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

#417060 (or 0x417060) is known color: Stromboli. HEX triplet: 41, 70 and 60. RGB value is (65,112,96). Sum of RGB (Red+Green+Blue) = 65+112+96=273 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.81% from 273); Green value is 112 (44.14% from 255 or 41.03% from 273); Blue value is 96 (37.89% from 255 or 35.16% from 273); Max value from RGB is 112 - color contains mainly: green. Hex color #417060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417060 is #BE8F9F. Grayscale: #606060. Windows color (decimal): -12488608 or 6320193. OLE color: 6320193.

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

Color convert

RGB 65 112 96 -
CMYK 0.42 0 0.14 0.56
HSL 159.57º 0.27% 0.35% -
HSV(B) 159.57º 0.42% 0.44% -
XYZ 10.09 13.56 13.15 -
YUV 96.12 127.93 105.8 -
System Red Green Blue C M Y K H S L
Decimal 65 112 96 0.42 0 0.14 0.56 159.57 0.27 0.35
Hex 41 70 60 2A 0 E 38 A0 1B 23
Octal 101 160 140 52 0 16 70 240 33 43
Binary 1000001 1110000 1100000 101010 0 1110 111000 10100000 11011 100011

Color Harmonies of #417060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417060

Black with #417060

Text Example


Text Example

White with #417060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417060; }

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

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

background-color css

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

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

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

border-color css

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

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

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