Html Css Color HEX #40725C Stromboli

📋 copy color: '#40725C'

red 64 ◦ green 114 ◦ blue 92

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

Shades of Stromboli #40725C

Tints of Stromboli #40725C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 42.22%

 BLUE value IS 92 (36.33% from 255) = 34.07%

R = 23.7%
G = 42.22%
B = 34.07%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#40725C (or 0x40725C) is known color: Stromboli. HEX triplet: 40, 72 and 5C. RGB value is (64,114,92). Sum of RGB (Red+Green+Blue) = 64+114+92=270 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.70% from 270); Green value is 114 (44.92% from 255 or 42.22% from 270); Blue value is 92 (36.33% from 255 or 34.07% from 270); Max value from RGB is 114 - color contains mainly: green. Hex color #40725C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40725C is #BF8DA3. Grayscale: #606060. Windows color (decimal): -12553636 or 6058560. OLE color: 6058560.

HSL color Cylindrical-coordinate representation of color #40725C: hue angle of 153.6º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #40725C is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB 64 114 92 -
CMYK 0.44 0 0.19 0.55
HSL 153.6º 0.28% 0.35% -
HSV(B) 153.6º 0.44% 0.45% -
XYZ 10.06 13.9 12.28 -
YUV 96.54 125.44 104.79 -
System Red Green Blue C M Y K H S L
Decimal 64 114 92 0.44 0 0.19 0.55 153.6 0.28 0.35
Hex 40 72 5C 2C 0 13 37 9A 1C 23
Octal 100 162 134 54 0 23 67 232 34 43
Binary 1000000 1110010 1011100 101100 0 10011 110111 10011010 11100 100011

Color Harmonies of #40725C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40725C

Black with #40725C

Text Example


Text Example

White with #40725C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40725C; }

 p { color: rgb(64,114,92); }

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

background-color css

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

 a { background-color: rgb(64,114,92); }

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

border-color css

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

 span { border-color: rgb(64,114,92); }

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