Html Css Color HEX #407062 Stromboli

📋 copy color: '#407062'

red 64 ◦ green 112 ◦ blue 98

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

Shades of Stromboli #407062

Tints of Stromboli #407062

RGB

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

 GREEN value IS 112 (44.14% from 255) = 40.88%

 BLUE value IS 98 (38.67% from 255) = 35.77%

R = 23.36%
G = 40.88%
B = 35.77%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#407062 (or 0x407062) is known color: Stromboli. HEX triplet: 40, 70 and 62. RGB value is (64,112,98). Sum of RGB (Red+Green+Blue) = 64+112+98=274 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.36% from 274); Green value is 112 (44.14% from 255 or 40.88% from 274); Blue value is 98 (38.67% from 255 or 35.77% from 274); Max value from RGB is 112 - color contains mainly: green. Hex color #407062 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407062 is #BF8F9D. Grayscale: #606060. Windows color (decimal): -12554142 or 6451264. OLE color: 6451264.

HSL color Cylindrical-coordinate representation of color #407062: hue angle of 162.5º degrees, saturation: 0.27, 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 #407062 is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 112 98 -
CMYK 0.43 0 0.13 0.56
HSL 162.5º 0.27% 0.35% -
HSV(B) 162.5º 0.43% 0.44% -
XYZ 10.11 13.56 13.64 -
YUV 96.05 129.1 105.14 -
System Red Green Blue C M Y K H S L
Decimal 64 112 98 0.43 0 0.13 0.56 162.5 0.27 0.35
Hex 40 70 62 2B 0 D 38 A2 1B 23
Octal 100 160 142 53 0 15 70 242 33 43
Binary 1000000 1110000 1100010 101011 0 1101 111000 10100010 11011 100011

Color Harmonies of #407062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407062

Black with #407062

Text Example


Text Example

White with #407062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407062; }

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

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

background-color css

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

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

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

border-color css

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

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

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