Html Css Color HEX #40625A Stromboli

📋 copy color: '#40625A'

red 64 ◦ green 98 ◦ blue 90

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

Shades of Stromboli #40625A

Tints of Stromboli #40625A

RGB

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

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

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

R = 25.4%
G = 38.89%
B = 35.71%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#40625A (or 0x40625A) is known color: Stromboli. HEX triplet: 40, 62 and 5A. RGB value is (64,98,90). Sum of RGB (Red+Green+Blue) = 64+98+90=252 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.40% from 252); Green value is 98 (38.67% from 255 or 38.89% from 252); Blue value is 90 (35.55% from 255 or 35.71% from 252); Max value from RGB is 98 - color contains mainly: green. Hex color #40625A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40625A is #BF9DA5. Grayscale: #565656. Windows color (decimal): -12557734 or 5923392. OLE color: 5923392.

HSL color Cylindrical-coordinate representation of color #40625A: hue angle of 165.88º 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 #40625A is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 98 90 -
CMYK 0.35 0 0.08 0.62
HSL 165.88º 0.21% 0.32% -
HSV(B) 165.88º 0.35% 0.38% -
XYZ 8.33 10.56 11.27 -
YUV 86.92 129.74 111.65 -
System Red Green Blue C M Y K H S L
Decimal 64 98 90 0.35 0 0.08 0.62 165.88 0.21 0.32
Hex 40 62 5A 23 0 8 3E A6 15 20
Octal 100 142 132 43 0 10 76 246 25 40
Binary 1000000 1100010 1011010 100011 0 1000 111110 10100110 10101 100000

Color Harmonies of #40625A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40625A

Black with #40625A

Text Example


Text Example

White with #40625A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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