Html Css Color HEX #40755F Stromboli

📋 copy color: '#40755F'

red 64 ◦ green 117 ◦ blue 95

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

Shades of Stromboli #40755F

Tints of Stromboli #40755F

RGB

 RED value IS 64 (25.39% from 255) = 23.19%

 GREEN value IS 117 (46.09% from 255) = 42.39%

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

R = 23.19%
G = 42.39%
B = 34.42%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#40755F (or 0x40755F) is known color: Stromboli. HEX triplet: 40, 75 and 5F. RGB value is (64,117,95). Sum of RGB (Red+Green+Blue) = 64+117+95=276 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.19% from 276); Green value is 117 (46.09% from 255 or 42.39% from 276); Blue value is 95 (37.5% from 255 or 34.42% from 276); Max value from RGB is 117 - color contains mainly: green. Hex color #40755F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40755F is #BF8AA0. Grayscale: #626262. Windows color (decimal): -12552865 or 6255936. OLE color: 6255936.

HSL color Cylindrical-coordinate representation of color #40755F: hue angle of 155.09º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #40755F is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 117 95 -
CMYK 0.45 0 0.19 0.54
HSL 155.09º 0.29% 0.35% -
HSV(B) 155.09º 0.45% 0.46% -
XYZ 10.54 14.64 13.1 -
YUV 98.65 125.94 103.29 -
System Red Green Blue C M Y K H S L
Decimal 64 117 95 0.45 0 0.19 0.54 155.09 0.29 0.35
Hex 40 75 5F 2D 0 13 36 9B 1D 23
Octal 100 165 137 55 0 23 66 233 35 43
Binary 1000000 1110101 1011111 101101 0 10011 110110 10011011 11101 100011

Color Harmonies of #40755F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40755F

Black with #40755F

Text Example


Text Example

White with #40755F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,117,95); }

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

background-color css

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

 a { background-color: rgb(64,117,95); }

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

border-color css

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

 span { border-color: rgb(64,117,95); }

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