Html Css Color HEX #41705E Stromboli

📋 copy color: '#41705E'

red 65 ◦ green 112 ◦ blue 94

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

Shades of Stromboli #41705E

Tints of Stromboli #41705E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 41.33%

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

R = 23.99%
G = 41.33%
B = 34.69%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#41705E (or 0x41705E) is known color: Stromboli. HEX triplet: 41, 70 and 5E. RGB value is (65,112,94). Sum of RGB (Red+Green+Blue) = 65+112+94=271 (35% of max value = 765). Red value is 65 (25.78% from 255 or 23.99% from 271); Green value is 112 (44.14% from 255 or 41.33% from 271); Blue value is 94 (37.11% from 255 or 34.69% from 271); Max value from RGB is 112 - color contains mainly: green. Hex color #41705E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41705E is #BE8FA1. Grayscale: #5F5F5F. Windows color (decimal): -12488610 or 6189121. OLE color: 6189121.

HSL color Cylindrical-coordinate representation of color #41705E: hue angle of 157.02º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #41705E is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB 65 112 94 -
CMYK 0.42 0 0.16 0.56
HSL 157.02º 0.27% 0.35% -
HSV(B) 157.02º 0.42% 0.44% -
XYZ 9.99 13.52 12.67 -
YUV 95.9 126.93 105.96 -
System Red Green Blue C M Y K H S L
Decimal 65 112 94 0.42 0 0.16 0.56 157.02 0.27 0.35
Hex 41 70 5E 2A 0 10 38 9D 1B 23
Octal 101 160 136 52 0 20 70 235 33 43
Binary 1000001 1110000 1011110 101010 0 10000 111000 10011101 11011 100011

Color Harmonies of #41705E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41705E

Black with #41705E

Text Example


Text Example

White with #41705E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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