Html Css Color HEX #41725D Stromboli

📋 copy color: '#41725D'

red 65 ◦ green 114 ◦ blue 93

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

Shades of Stromboli #41725D

Tints of Stromboli #41725D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 41.91%

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

R = 23.9%
G = 41.91%
B = 34.19%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#41725D (or 0x41725D) is known color: Stromboli. HEX triplet: 41, 72 and 5D. RGB value is (65,114,93). Sum of RGB (Red+Green+Blue) = 65+114+93=272 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.90% from 272); Green value is 114 (44.92% from 255 or 41.91% from 272); Blue value is 93 (36.72% from 255 or 34.19% from 272); Max value from RGB is 114 - color contains mainly: green. Hex color #41725D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41725D is #BE8DA2. Grayscale: #606060. Windows color (decimal): -12488099 or 6124097. OLE color: 6124097.

HSL color Cylindrical-coordinate representation of color #41725D: hue angle of 154.29º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #41725D is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 114 93 -
CMYK 0.43 0 0.18 0.55
HSL 154.29º 0.27% 0.35% -
HSV(B) 154.29º 0.43% 0.45% -
XYZ 10.17 13.95 12.51 -
YUV 96.96 125.77 105.21 -
System Red Green Blue C M Y K H S L
Decimal 65 114 93 0.43 0 0.18 0.55 154.29 0.27 0.35
Hex 41 72 5D 2B 0 12 37 9A 1B 23
Octal 101 162 135 53 0 22 67 232 33 43
Binary 1000001 1110010 1011101 101011 0 10010 110111 10011010 11011 100011

Color Harmonies of #41725D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41725D

Black with #41725D

Text Example


Text Example

White with #41725D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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