Html Css Color HEX #40887E Lochinvar

📋 copy color: '#40887E'

red 64 ◦ green 136 ◦ blue 126

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

Shades of Lochinvar #40887E

Tints of Lochinvar #40887E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 41.72%

 BLUE value IS 126 (49.61% from 255) = 38.65%

R = 19.63%
G = 41.72%
B = 38.65%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#40887E (or 0x40887E) is known color: Lochinvar. HEX triplet: 40, 88 and 7E. RGB value is (64,136,126). Sum of RGB (Red+Green+Blue) = 64+136+126=326 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.63% from 326); Green value is 136 (53.52% from 255 or 41.72% from 326); Blue value is 126 (49.61% from 255 or 38.65% from 326); Max value from RGB is 136 - color contains mainly: green. Hex color #40887E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40887E is #BF7781. Grayscale: #717171. Windows color (decimal): -12547970 or 8292416. OLE color: 8292416.

HSL color Cylindrical-coordinate representation of color #40887E: hue angle of 171.67º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #40887E is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 64 136 126 -
CMYK 0.53 0 0.07 0.47
HSL 171.67º 0.36% 0.39% -
HSV(B) 171.67º 0.53% 0.53% -
XYZ 14.68 20.2 22.86 -
YUV 113.33 135.15 92.81 -
System Red Green Blue C M Y K H S L
Decimal 64 136 126 0.53 0 0.07 0.47 171.67 0.36 0.39
Hex 40 88 7E 35 0 7 2F AC 24 27
Octal 100 210 176 65 0 7 57 254 44 47
Binary 1000000 10001000 1111110 110101 0 111 101111 10101100 100100 100111

Color Harmonies of #40887E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40887E

Black with #40887E

Text Example


Text Example

White with #40887E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40887E; }

 p { color: rgb(64,136,126); }

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

background-color css

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

 a { background-color: rgb(64,136,126); }

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

border-color css

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

 span { border-color: rgb(64,136,126); }

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