Html Css Color HEX #41685A Stromboli

📋 copy color: '#41685A'

red 65 ◦ green 104 ◦ blue 90

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

Shades of Stromboli #41685A

Tints of Stromboli #41685A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 34.75%

R = 25.1%
G = 40.15%
B = 34.75%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.13

 K value IS 0.59

RGB Variations

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

Color information

#41685A (or 0x41685A) is known color: Stromboli. HEX triplet: 41, 68 and 5A. RGB value is (65,104,90). Sum of RGB (Red+Green+Blue) = 65+104+90=259 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.10% from 259); Green value is 104 (41.02% from 255 or 40.15% from 259); Blue value is 90 (35.55% from 255 or 34.75% from 259); Max value from RGB is 104 - color contains mainly: green. Hex color #41685A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41685A is #BE97A5. Grayscale: #5A5A5A. Windows color (decimal): -12490662 or 5924929. OLE color: 5924929.

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

Color convert

RGB 65 104 90 -
CMYK 0.38 0 0.13 0.59
HSL 158.46º 0.23% 0.33% -
HSV(B) 158.46º 0.38% 0.41% -
XYZ 8.98 11.76 11.47 -
YUV 90.74 127.58 109.64 -
System Red Green Blue C M Y K H S L
Decimal 65 104 90 0.38 0 0.13 0.59 158.46 0.23 0.33
Hex 41 68 5A 26 0 D 3B 9E 17 21
Octal 101 150 132 46 0 15 73 236 27 41
Binary 1000001 1101000 1011010 100110 0 1101 111011 10011110 10111 100001

Color Harmonies of #41685A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41685A

Black with #41685A

Text Example


Text Example

White with #41685A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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