Html Css Color HEX #40887D Lochinvar

📋 copy color: '#40887D'

red 64 ◦ green 136 ◦ blue 125

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

Shades of Lochinvar #40887D

Tints of Lochinvar #40887D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 38.46%

R = 19.69%
G = 41.85%
B = 38.46%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#40887D (or 0x40887D) is known color: Lochinvar. HEX triplet: 40, 88 and 7D. RGB value is (64,136,125). Sum of RGB (Red+Green+Blue) = 64+136+125=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 136 (53.52% from 255 or 41.85% from 325); Blue value is 125 (49.22% from 255 or 38.46% from 325); Max value from RGB is 136 - color contains mainly: green. Hex color #40887D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40887D is #BF7782. Grayscale: #717171. Windows color (decimal): -12547971 or 8226880. OLE color: 8226880.

HSL color Cylindrical-coordinate representation of color #40887D: hue angle of 170.83º 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 #40887D is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB 64 136 125 -
CMYK 0.53 0 0.08 0.47
HSL 170.83º 0.36% 0.39% -
HSV(B) 170.83º 0.53% 0.53% -
XYZ 14.62 20.18 22.53 -
YUV 113.22 134.65 92.89 -
System Red Green Blue C M Y K H S L
Decimal 64 136 125 0.53 0 0.08 0.47 170.83 0.36 0.39
Hex 40 88 7D 35 0 8 2F AB 24 27
Octal 100 210 175 65 0 10 57 253 44 47
Binary 1000000 10001000 1111101 110101 0 1000 101111 10101011 100100 100111

Color Harmonies of #40887D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40887D

Black with #40887D

Text Example


Text Example

White with #40887D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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