Html Css Color HEX #41725C Stromboli

📋 copy color: '#41725C'

red 65 ◦ green 114 ◦ blue 92

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

Shades of Stromboli #41725C

Tints of Stromboli #41725C

RGB

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

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

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

R = 23.99%
G = 42.07%
B = 33.95%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#41725C (or 0x41725C) is known color: Stromboli. HEX triplet: 41, 72 and 5C. RGB value is (65,114,92). Sum of RGB (Red+Green+Blue) = 65+114+92=271 (35% of max value = 765). Red value is 65 (25.78% from 255 or 23.99% from 271); Green value is 114 (44.92% from 255 or 42.07% from 271); Blue value is 92 (36.33% from 255 or 33.95% from 271); Max value from RGB is 114 - color contains mainly: green. Hex color #41725C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41725C is #BE8DA3. Grayscale: #606060. Windows color (decimal): -12488100 or 6058561. OLE color: 6058561.

HSL color Cylindrical-coordinate representation of color #41725C: hue angle of 153.06º 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 #41725C is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 114 92 -
CMYK 0.43 0 0.19 0.55
HSL 153.06º 0.27% 0.35% -
HSV(B) 153.06º 0.43% 0.45% -
XYZ 10.13 13.93 12.28 -
YUV 96.84 125.27 105.29 -
System Red Green Blue C M Y K H S L
Decimal 65 114 92 0.43 0 0.19 0.55 153.06 0.27 0.35
Hex 41 72 5C 2B 0 13 37 99 1B 23
Octal 101 162 134 53 0 23 67 231 33 43
Binary 1000001 1110010 1011100 101011 0 10011 110111 10011001 11011 100011

Color Harmonies of #41725C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41725C

Black with #41725C

Text Example


Text Example

White with #41725C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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