Html Css Color HEX #41685E Stromboli

📋 copy color: '#41685E'

red 65 ◦ green 104 ◦ blue 94

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

Shades of Stromboli #41685E

Tints of Stromboli #41685E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 35.74%

R = 24.71%
G = 39.54%
B = 35.74%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#41685E (or 0x41685E) is known color: Stromboli. HEX triplet: 41, 68 and 5E. RGB value is (65,104,94). Sum of RGB (Red+Green+Blue) = 65+104+94=263 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.71% from 263); Green value is 104 (41.02% from 255 or 39.54% from 263); Blue value is 94 (37.11% from 255 or 35.74% from 263); Max value from RGB is 104 - color contains mainly: green. Hex color #41685E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41685E is #BE97A1. Grayscale: #5B5B5B. Windows color (decimal): -12490658 or 6187073. OLE color: 6187073.

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

Color convert

RGB 65 104 94 -
CMYK 0.38 0 0.10 0.59
HSL 164.62º 0.23% 0.33% -
HSV(B) 164.62º 0.38% 0.41% -
XYZ 9.15 11.83 12.39 -
YUV 91.2 129.58 109.31 -
System Red Green Blue C M Y K H S L
Decimal 65 104 94 0.38 0 0.10 0.59 164.62 0.23 0.33
Hex 41 68 5E 26 0 A 3B A5 17 21
Octal 101 150 136 46 0 12 73 245 27 41
Binary 1000001 1101000 1011110 100110 0 1010 111011 10100101 10111 100001

Color Harmonies of #41685E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41685E

Black with #41685E

Text Example


Text Example

White with #41685E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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