Html Css Color HEX #41745F Stromboli

📋 copy color: '#41745F'

red 65 ◦ green 116 ◦ blue 95

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

Shades of Stromboli #41745F

Tints of Stromboli #41745F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 42.03%

 BLUE value IS 95 (37.5% from 255) = 34.42%

R = 23.55%
G = 42.03%
B = 34.42%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#41745F (or 0x41745F) is known color: Stromboli. HEX triplet: 41, 74 and 5F. RGB value is (65,116,95). Sum of RGB (Red+Green+Blue) = 65+116+95=276 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.55% from 276); Green value is 116 (45.70% from 255 or 42.03% from 276); Blue value is 95 (37.5% from 255 or 34.42% from 276); Max value from RGB is 116 - color contains mainly: green. Hex color #41745F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41745F is #BE8BA0. Grayscale: #626262. Windows color (decimal): -12487585 or 6255681. OLE color: 6255681.

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

Color convert

RGB 65 116 95 -
CMYK 0.44 0 0.18 0.55
HSL 155.29º 0.28% 0.35% -
HSV(B) 155.29º 0.44% 0.45% -
XYZ 10.49 14.44 13.06 -
YUV 98.36 126.1 104.21 -
System Red Green Blue C M Y K H S L
Decimal 65 116 95 0.44 0 0.18 0.55 155.29 0.28 0.35
Hex 41 74 5F 2C 0 12 37 9B 1C 23
Octal 101 164 137 54 0 22 67 233 34 43
Binary 1000001 1110100 1011111 101100 0 10010 110111 10011011 11100 100011

Color Harmonies of #41745F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41745F

Black with #41745F

Text Example


Text Example

White with #41745F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41745F; }

 p { color: rgb(65,116,95); }

 H1.HeaderClassName
 {
   color: #41745F;
 }
 .AnyTagClassName
 {
   color: #41745F;
 }
</style>

background-color css

<style>
 a { background-color: #41745F; }

 a { background-color: rgb(65,116,95); }

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

border-color css

<style>
 span { border-color: #41745F; }

 span { border-color: rgb(65,116,95); }

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