Html Css Color HEX #41685B Stromboli

📋 copy color: '#41685B'

red 65 ◦ green 104 ◦ blue 91

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

Shades of Stromboli #41685B

Tints of Stromboli #41685B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 40%

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

R = 25%
G = 40%
B = 35%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#41685B (or 0x41685B) is known color: Stromboli. HEX triplet: 41, 68 and 5B. RGB value is (65,104,91). Sum of RGB (Red+Green+Blue) = 65+104+91=260 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25% from 260); Green value is 104 (41.02% from 255 or 40% from 260); Blue value is 91 (35.94% from 255 or 35% from 260); Max value from RGB is 104 - color contains mainly: green. Hex color #41685B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41685B is #BE97A4. Grayscale: #5A5A5A. Windows color (decimal): -12490661 or 5990465. OLE color: 5990465.

HSL color Cylindrical-coordinate representation of color #41685B: hue angle of 160º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #41685B is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB 65 104 91 -
CMYK 0.38 0 0.12 0.59
HSL 160º 0.23% 0.33% -
HSV(B) 160º 0.38% 0.41% -
XYZ 9.02 11.78 11.7 -
YUV 90.86 128.08 109.56 -
System Red Green Blue C M Y K H S L
Decimal 65 104 91 0.38 0 0.12 0.59 160 0.23 0.33
Hex 41 68 5B 26 0 C 3B A0 17 21
Octal 101 150 133 46 0 14 73 240 27 41
Binary 1000001 1101000 1011011 100110 0 1100 111011 10100000 10111 100001

Color Harmonies of #41685B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41685B

Black with #41685B

Text Example


Text Example

White with #41685B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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