Html Css Color HEX #41745E Stromboli

📋 copy color: '#41745E'

red 65 ◦ green 116 ◦ blue 94

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

Shades of Stromboli #41745E

Tints of Stromboli #41745E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 42.18%

 BLUE value IS 94 (37.11% from 255) = 34.18%

R = 23.64%
G = 42.18%
B = 34.18%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#41745E (or 0x41745E) is known color: Stromboli. HEX triplet: 41, 74 and 5E. RGB value is (65,116,94). Sum of RGB (Red+Green+Blue) = 65+116+94=275 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.64% from 275); Green value is 116 (45.70% from 255 or 42.18% from 275); Blue value is 94 (37.11% from 255 or 34.18% from 275); Max value from RGB is 116 - color contains mainly: green. Hex color #41745E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41745E is #BE8BA1. Grayscale: #626262. Windows color (decimal): -12487586 or 6190145. OLE color: 6190145.

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

Color convert

RGB 65 116 94 -
CMYK 0.44 0 0.19 0.55
HSL 154.12º 0.28% 0.35% -
HSV(B) 154.12º 0.44% 0.45% -
XYZ 10.45 14.42 12.82 -
YUV 98.24 125.6 104.29 -
System Red Green Blue C M Y K H S L
Decimal 65 116 94 0.44 0 0.19 0.55 154.12 0.28 0.35
Hex 41 74 5E 2C 0 13 37 9A 1C 23
Octal 101 164 136 54 0 23 67 232 34 43
Binary 1000001 1110100 1011110 101100 0 10011 110111 10011010 11100 100011

Color Harmonies of #41745E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41745E

Black with #41745E

Text Example


Text Example

White with #41745E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41745E; }

 p { color: rgb(65,116,94); }

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

background-color css

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

 a { background-color: rgb(65,116,94); }

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

border-color css

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

 span { border-color: rgb(65,116,94); }

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