Html Css Color HEX #40715A Stromboli

📋 copy color: '#40715A'

red 64 ◦ green 113 ◦ blue 90

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

Shades of Stromboli #40715A

Tints of Stromboli #40715A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 42.32%

 BLUE value IS 90 (35.55% from 255) = 33.71%

R = 23.97%
G = 42.32%
B = 33.71%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#40715A (or 0x40715A) is known color: Stromboli. HEX triplet: 40, 71 and 5A. RGB value is (64,113,90). Sum of RGB (Red+Green+Blue) = 64+113+90=267 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.97% from 267); Green value is 113 (44.53% from 255 or 42.32% from 267); Blue value is 90 (35.55% from 255 or 33.71% from 267); Max value from RGB is 113 - color contains mainly: green. Hex color #40715A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40715A is #BF8EA5. Grayscale: #5F5F5F. Windows color (decimal): -12553894 or 5927232. OLE color: 5927232.

HSL color Cylindrical-coordinate representation of color #40715A: hue angle of 151.84º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #40715A is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 113 90 -
CMYK 0.43 0 0.20 0.56
HSL 151.84º 0.28% 0.35% -
HSV(B) 151.84º 0.43% 0.44% -
XYZ 9.86 13.64 11.79 -
YUV 95.73 124.77 105.37 -
System Red Green Blue C M Y K H S L
Decimal 64 113 90 0.43 0 0.20 0.56 151.84 0.28 0.35
Hex 40 71 5A 2B 0 14 38 98 1C 23
Octal 100 161 132 53 0 24 70 230 34 43
Binary 1000000 1110001 1011010 101011 0 10100 111000 10011000 11100 100011

Color Harmonies of #40715A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40715A

Black with #40715A

Text Example


Text Example

White with #40715A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40715A; }

 p { color: rgb(64,113,90); }

 H1.HeaderClassName
 {
   color: #40715A;
 }
 .AnyTagClassName
 {
   color: #40715A;
 }
</style>

background-color css

<style>
 a { background-color: #40715A; }

 a { background-color: rgb(64,113,90); }

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

border-color css

<style>
 span { border-color: #40715A; }

 span { border-color: rgb(64,113,90); }

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