Html Css Color HEX #41665B Stromboli

📋 copy color: '#41665B'

red 65 ◦ green 102 ◦ blue 91

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

Shades of Stromboli #41665B

Tints of Stromboli #41665B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 39.53%

 BLUE value IS 91 (35.94% from 255) = 35.27%

R = 25.19%
G = 39.53%
B = 35.27%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.11

 K value IS 0.6

RGB Variations

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

Color information

#41665B (or 0x41665B) is known color: Stromboli. HEX triplet: 41, 66 and 5B. RGB value is (65,102,91). Sum of RGB (Red+Green+Blue) = 65+102+91=258 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.19% from 258); Green value is 102 (40.23% from 255 or 39.53% from 258); Blue value is 91 (35.94% from 255 or 35.27% from 258); Max value from RGB is 102 - color contains mainly: green. Hex color #41665B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41665B is #BE99A4. Grayscale: #595959. Windows color (decimal): -12491173 or 5989953. OLE color: 5989953.

HSL color Cylindrical-coordinate representation of color #41665B: hue angle of 162.16º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #41665B is Cyan = 0.36, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.6.

Color convert

RGB 65 102 91 -
CMYK 0.36 0 0.11 0.6
HSL 162.16º 0.22% 0.33% -
HSV(B) 162.16º 0.36% 0.4% -
XYZ 8.82 11.38 11.63 -
YUV 89.68 128.74 110.39 -
System Red Green Blue C M Y K H S L
Decimal 65 102 91 0.36 0 0.11 0.6 162.16 0.22 0.33
Hex 41 66 5B 24 0 B 3C A2 16 21
Octal 101 146 133 44 0 13 74 242 26 41
Binary 1000001 1100110 1011011 100100 0 1011 111100 10100010 10110 100001

Color Harmonies of #41665B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41665B

Black with #41665B

Text Example


Text Example

White with #41665B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41665B; }

 p { color: rgb(65,102,91); }

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

background-color css

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

 a { background-color: rgb(65,102,91); }

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

border-color css

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

 span { border-color: rgb(65,102,91); }

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