Html Css Color HEX #417260 Stromboli

📋 copy color: '#417260'

red 65 ◦ green 114 ◦ blue 96

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

Shades of Stromboli #417260

Tints of Stromboli #417260

RGB

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

 GREEN value IS 114 (44.92% from 255) = 41.45%

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

R = 23.64%
G = 41.45%
B = 34.91%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#417260 (or 0x417260) is known color: Stromboli. HEX triplet: 41, 72 and 60. RGB value is (65,114,96). Sum of RGB (Red+Green+Blue) = 65+114+96=275 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.64% from 275); Green value is 114 (44.92% from 255 or 41.45% from 275); Blue value is 96 (37.89% from 255 or 34.91% from 275); Max value from RGB is 114 - color contains mainly: green. Hex color #417260 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417260 is #BE8D9F. Grayscale: #616161. Windows color (decimal): -12488096 or 6320705. OLE color: 6320705.

HSL color Cylindrical-coordinate representation of color #417260: hue angle of 157.96º degrees, saturation: 0.27, 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 #417260 is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 114 96 -
CMYK 0.43 0 0.16 0.55
HSL 157.96º 0.27% 0.35% -
HSV(B) 157.96º 0.43% 0.45% -
XYZ 10.31 14 13.23 -
YUV 97.3 127.27 104.96 -
System Red Green Blue C M Y K H S L
Decimal 65 114 96 0.43 0 0.16 0.55 157.96 0.27 0.35
Hex 41 72 60 2B 0 10 37 9E 1B 23
Octal 101 162 140 53 0 20 67 236 33 43
Binary 1000001 1110010 1100000 101011 0 10000 110111 10011110 11011 100011

Color Harmonies of #417260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417260

Black with #417260

Text Example


Text Example

White with #417260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417260; }

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

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

background-color css

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

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

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

border-color css

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

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

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