Html Css Color HEX #41685C Stromboli

📋 copy color: '#41685C'

red 65 ◦ green 104 ◦ blue 92

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

Shades of Stromboli #41685C

Tints of Stromboli #41685C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 35.25%

R = 24.9%
G = 39.85%
B = 35.25%

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

#41685C (or 0x41685C) is known color: Stromboli. HEX triplet: 41, 68 and 5C. RGB value is (65,104,92). Sum of RGB (Red+Green+Blue) = 65+104+92=261 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.90% from 261); Green value is 104 (41.02% from 255 or 39.85% from 261); Blue value is 92 (36.33% from 255 or 35.25% from 261); Max value from RGB is 104 - color contains mainly: green. Hex color #41685C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41685C is #BE97A3. Grayscale: #5A5A5A. Windows color (decimal): -12490660 or 6056001. OLE color: 6056001.

HSL color Cylindrical-coordinate representation of color #41685C: hue angle of 161.54º 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 #41685C is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB 65 104 92 -
CMYK 0.38 0 0.12 0.59
HSL 161.54º 0.23% 0.33% -
HSV(B) 161.54º 0.38% 0.41% -
XYZ 9.06 11.8 11.92 -
YUV 90.97 128.58 109.48 -
System Red Green Blue C M Y K H S L
Decimal 65 104 92 0.38 0 0.12 0.59 161.54 0.23 0.33
Hex 41 68 5C 26 0 C 3B A2 17 21
Octal 101 150 134 46 0 14 73 242 27 41
Binary 1000001 1101000 1011100 100110 0 1100 111011 10100010 10111 100001

Color Harmonies of #41685C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41685C

Black with #41685C

Text Example


Text Example

White with #41685C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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