Html Css Color HEX #41685D Stromboli

📋 copy color: '#41685D'

red 65 ◦ green 104 ◦ blue 93

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

Shades of Stromboli #41685D

Tints of Stromboli #41685D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 35.5%

R = 24.81%
G = 39.69%
B = 35.5%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#41685D (or 0x41685D) is known color: Stromboli. HEX triplet: 41, 68 and 5D. RGB value is (65,104,93). Sum of RGB (Red+Green+Blue) = 65+104+93=262 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.81% from 262); Green value is 104 (41.02% from 255 or 39.69% from 262); Blue value is 93 (36.72% from 255 or 35.50% from 262); Max value from RGB is 104 - color contains mainly: green. Hex color #41685D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41685D is #BE97A2. Grayscale: #5B5B5B. Windows color (decimal): -12490659 or 6121537. OLE color: 6121537.

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

Color convert

RGB 65 104 93 -
CMYK 0.38 0 0.11 0.59
HSL 163.08º 0.23% 0.33% -
HSV(B) 163.08º 0.38% 0.41% -
XYZ 9.11 11.81 12.16 -
YUV 91.09 129.08 109.39 -
System Red Green Blue C M Y K H S L
Decimal 65 104 93 0.38 0 0.11 0.59 163.08 0.23 0.33
Hex 41 68 5D 26 0 B 3B A3 17 21
Octal 101 150 135 46 0 13 73 243 27 41
Binary 1000001 1101000 1011101 100110 0 1011 111011 10100011 10111 100001

Color Harmonies of #41685D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41685D

Black with #41685D

Text Example


Text Example

White with #41685D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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