Html Css Color HEX #41705C Stromboli

📋 copy color: '#41705C'

red 65 ◦ green 112 ◦ blue 92

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

Shades of Stromboli #41705C

Tints of Stromboli #41705C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 34.2%

R = 24.16%
G = 41.64%
B = 34.2%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#41705C (or 0x41705C) is known color: Stromboli. HEX triplet: 41, 70 and 5C. RGB value is (65,112,92). Sum of RGB (Red+Green+Blue) = 65+112+92=269 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.16% from 269); Green value is 112 (44.14% from 255 or 41.64% from 269); Blue value is 92 (36.33% from 255 or 34.20% from 269); Max value from RGB is 112 - color contains mainly: green. Hex color #41705C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41705C is #BE8FA3. Grayscale: #5F5F5F. Windows color (decimal): -12488612 or 6058049. OLE color: 6058049.

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

Color convert

RGB 65 112 92 -
CMYK 0.42 0 0.18 0.56
HSL 154.47º 0.27% 0.35% -
HSV(B) 154.47º 0.42% 0.44% -
XYZ 9.91 13.48 12.21 -
YUV 95.67 125.93 106.13 -
System Red Green Blue C M Y K H S L
Decimal 65 112 92 0.42 0 0.18 0.56 154.47 0.27 0.35
Hex 41 70 5C 2A 0 12 38 9A 1B 23
Octal 101 160 134 52 0 22 70 232 33 43
Binary 1000001 1110000 1011100 101010 0 10010 111000 10011010 11011 100011

Color Harmonies of #41705C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41705C

Black with #41705C

Text Example


Text Example

White with #41705C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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