Html Css Color HEX #41705B Stromboli

📋 copy color: '#41705B'

red 65 ◦ green 112 ◦ blue 91

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

Shades of Stromboli #41705B

Tints of Stromboli #41705B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 33.96%

R = 24.25%
G = 41.79%
B = 33.96%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#41705B (or 0x41705B) is known color: Stromboli. HEX triplet: 41, 70 and 5B. RGB value is (65,112,91). Sum of RGB (Red+Green+Blue) = 65+112+91=268 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.25% from 268); Green value is 112 (44.14% from 255 or 41.79% from 268); Blue value is 91 (35.94% from 255 or 33.96% from 268); Max value from RGB is 112 - color contains mainly: green. Hex color #41705B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41705B is #BE8FA4. Grayscale: #5F5F5F. Windows color (decimal): -12488613 or 5992513. OLE color: 5992513.

HSL color Cylindrical-coordinate representation of color #41705B: hue angle of 153.19º 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 #41705B is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 65 112 91 -
CMYK 0.42 0 0.19 0.56
HSL 153.19º 0.27% 0.35% -
HSV(B) 153.19º 0.42% 0.44% -
XYZ 9.86 13.47 11.98 -
YUV 95.55 125.43 106.21 -
System Red Green Blue C M Y K H S L
Decimal 65 112 91 0.42 0 0.19 0.56 153.19 0.27 0.35
Hex 41 70 5B 2A 0 13 38 99 1B 23
Octal 101 160 133 52 0 23 70 231 33 43
Binary 1000001 1110000 1011011 101010 0 10011 111000 10011001 11011 100011

Color Harmonies of #41705B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41705B

Black with #41705B

Text Example


Text Example

White with #41705B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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