Html Css Color HEX #41655B Stromboli

📋 copy color: '#41655B'

red 65 ◦ green 101 ◦ blue 91

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

Shades of Stromboli #41655B

Tints of Stromboli #41655B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 39.3%

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

R = 25.29%
G = 39.3%
B = 35.41%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.10

 K value IS 0.60

RGB Variations

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

Color information

#41655B (or 0x41655B) is known color: Stromboli. HEX triplet: 41, 65 and 5B. RGB value is (65,101,91). Sum of RGB (Red+Green+Blue) = 65+101+91=257 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.29% from 257); Green value is 101 (39.84% from 255 or 39.30% from 257); Blue value is 91 (35.94% from 255 or 35.41% from 257); Max value from RGB is 101 - color contains mainly: green. Hex color #41655B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41655B is #BE9AA4. Grayscale: #595959. Windows color (decimal): -12491429 or 5989697. OLE color: 5989697.

HSL color Cylindrical-coordinate representation of color #41655B: hue angle of 163.33º 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 #41655B is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.

Color convert

RGB 65 101 91 -
CMYK 0.36 0 0.10 0.60
HSL 163.33º 0.22% 0.33% -
HSV(B) 163.33º 0.36% 0.4% -
XYZ 8.72 11.19 11.6 -
YUV 89.1 129.07 110.81 -
System Red Green Blue C M Y K H S L
Decimal 65 101 91 0.36 0 0.10 0.60 163.33 0.22 0.33
Hex 41 65 5B 24 0 A 3C A3 16 21
Octal 101 145 133 44 0 12 74 243 26 41
Binary 1000001 1100101 1011011 100100 0 1010 111100 10100011 10110 100001

Color Harmonies of #41655B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41655B

Black with #41655B

Text Example


Text Example

White with #41655B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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