Html Css Color HEX #40625D Stromboli

📋 copy color: '#40625D'

red 64 ◦ green 98 ◦ blue 93

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

Shades of Stromboli #40625D

Tints of Stromboli #40625D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 38.43%

 BLUE value IS 93 (36.72% from 255) = 36.47%

R = 25.1%
G = 38.43%
B = 36.47%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#40625D (or 0x40625D) is known color: Stromboli. HEX triplet: 40, 62 and 5D. RGB value is (64,98,93). Sum of RGB (Red+Green+Blue) = 64+98+93=255 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.10% from 255); Green value is 98 (38.67% from 255 or 38.43% from 255); Blue value is 93 (36.72% from 255 or 36.47% from 255); Max value from RGB is 98 - color contains mainly: green. Hex color #40625D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40625D is #BF9DA2. Grayscale: #575757. Windows color (decimal): -12557731 or 6120000. OLE color: 6120000.

HSL color Cylindrical-coordinate representation of color #40625D: hue angle of 171.18º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #40625D is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 98 93 -
CMYK 0.35 0 0.05 0.62
HSL 171.18º 0.21% 0.32% -
HSV(B) 171.18º 0.35% 0.38% -
XYZ 8.46 10.62 11.96 -
YUV 87.26 131.24 111.41 -
System Red Green Blue C M Y K H S L
Decimal 64 98 93 0.35 0 0.05 0.62 171.18 0.21 0.32
Hex 40 62 5D 23 0 5 3E AB 15 20
Octal 100 142 135 43 0 5 76 253 25 40
Binary 1000000 1100010 1011101 100011 0 101 111110 10101011 10101 100000

Color Harmonies of #40625D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40625D

Black with #40625D

Text Example


Text Example

White with #40625D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40625D; }

 p { color: rgb(64,98,93); }

 H1.HeaderClassName
 {
   color: #40625D;
 }
 .AnyTagClassName
 {
   color: #40625D;
 }
</style>

background-color css

<style>
 a { background-color: #40625D; }

 a { background-color: rgb(64,98,93); }

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

border-color css

<style>
 span { border-color: #40625D; }

 span { border-color: rgb(64,98,93); }

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