Html Css Color HEX #40675B Stromboli

📋 copy color: '#40675B'

red 64 ◦ green 103 ◦ blue 91

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

Shades of Stromboli #40675B

Tints of Stromboli #40675B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 35.27%

R = 24.81%
G = 39.92%
B = 35.27%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.12

 K value IS 0.60

RGB Variations

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

Color information

#40675B (or 0x40675B) is known color: Stromboli. HEX triplet: 40, 67 and 5B. RGB value is (64,103,91). Sum of RGB (Red+Green+Blue) = 64+103+91=258 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.81% from 258); Green value is 103 (40.62% from 255 or 39.92% from 258); Blue value is 91 (35.94% from 255 or 35.27% from 258); Max value from RGB is 103 - color contains mainly: green. Hex color #40675B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40675B is #BF98A4. Grayscale: #595959. Windows color (decimal): -12556453 or 5990208. OLE color: 5990208.

HSL color Cylindrical-coordinate representation of color #40675B: hue angle of 161.54º 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 #40675B is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.60.

Color convert

RGB 64 103 91 -
CMYK 0.38 0 0.12 0.60
HSL 161.54º 0.23% 0.33% -
HSV(B) 161.54º 0.38% 0.4% -
XYZ 8.85 11.55 11.66 -
YUV 89.97 128.58 109.48 -
System Red Green Blue C M Y K H S L
Decimal 64 103 91 0.38 0 0.12 0.60 161.54 0.23 0.33
Hex 40 67 5B 26 0 C 3C A2 17 21
Octal 100 147 133 46 0 14 74 242 27 41
Binary 1000000 1100111 1011011 100110 0 1100 111100 10100010 10111 100001

Color Harmonies of #40675B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40675B

Black with #40675B

Text Example


Text Example

White with #40675B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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