Html Css Color HEX #40675F Stromboli

📋 copy color: '#40675F'

red 64 ◦ green 103 ◦ blue 95

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

Shades of Stromboli #40675F

Tints of Stromboli #40675F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 39.31%

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

R = 24.43%
G = 39.31%
B = 36.26%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.08

 K value IS 0.60

RGB Variations

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

Color information

#40675F (or 0x40675F) is known color: Stromboli. HEX triplet: 40, 67 and 5F. RGB value is (64,103,95). Sum of RGB (Red+Green+Blue) = 64+103+95=262 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.43% from 262); Green value is 103 (40.62% from 255 or 39.31% from 262); Blue value is 95 (37.5% from 255 or 36.26% from 262); Max value from RGB is 103 - color contains mainly: green. Hex color #40675F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40675F is #BF98A0. Grayscale: #5A5A5A. Windows color (decimal): -12556449 or 6252352. OLE color: 6252352.

HSL color Cylindrical-coordinate representation of color #40675F: hue angle of 167.69º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #40675F is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.60.

Color convert

RGB 64 103 95 -
CMYK 0.38 0 0.08 0.60
HSL 167.69º 0.23% 0.33% -
HSV(B) 167.69º 0.38% 0.4% -
XYZ 9.03 11.62 12.59 -
YUV 90.43 130.58 109.15 -
System Red Green Blue C M Y K H S L
Decimal 64 103 95 0.38 0 0.08 0.60 167.69 0.23 0.33
Hex 40 67 5F 26 0 8 3C A8 17 21
Octal 100 147 137 46 0 10 74 250 27 41
Binary 1000000 1100111 1011111 100110 0 1000 111100 10101000 10111 100001

Color Harmonies of #40675F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40675F

Black with #40675F

Text Example


Text Example

White with #40675F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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