Html Css Color HEX #40877F Lochinvar

📋 copy color: '#40877F'

red 64 ◦ green 135 ◦ blue 127

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

Shades of Lochinvar #40877F

Tints of Lochinvar #40877F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.41%

 BLUE value IS 127 (50% from 255) = 38.96%

R = 19.63%
G = 41.41%
B = 38.96%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#40877F (or 0x40877F) is known color: Lochinvar. HEX triplet: 40, 87 and 7F. RGB value is (64,135,127). Sum of RGB (Red+Green+Blue) = 64+135+127=326 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.63% from 326); Green value is 135 (53.12% from 255 or 41.41% from 326); Blue value is 127 (50% from 255 or 38.96% from 326); Max value from RGB is 135 - color contains mainly: green. Hex color #40877F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40877F is #BF7880. Grayscale: #707070. Windows color (decimal): -12548225 or 8357696. OLE color: 8357696.

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

Color convert

RGB 64 135 127 -
CMYK 0.53 0 0.06 0.47
HSL 173.24º 0.36% 0.39% -
HSV(B) 173.24º 0.53% 0.53% -
XYZ 14.61 19.95 23.16 -
YUV 112.86 135.98 93.15 -
System Red Green Blue C M Y K H S L
Decimal 64 135 127 0.53 0 0.06 0.47 173.24 0.36 0.39
Hex 40 87 7F 35 0 6 2F AD 24 27
Octal 100 207 177 65 0 6 57 255 44 47
Binary 1000000 10000111 1111111 110101 0 110 101111 10101101 100100 100111

Color Harmonies of #40877F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40877F

Black with #40877F

Text Example


Text Example

White with #40877F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40877F; }

 p { color: rgb(64,135,127); }

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

background-color css

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

 a { background-color: rgb(64,135,127); }

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

border-color css

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

 span { border-color: rgb(64,135,127); }

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