Html Css Color HEX #40887A Lochinvar

📋 copy color: '#40887A'

red 64 ◦ green 136 ◦ blue 122

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

Shades of Lochinvar #40887A

Tints of Lochinvar #40887A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 37.89%

R = 19.88%
G = 42.24%
B = 37.89%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#40887A (or 0x40887A) is known color: Lochinvar. HEX triplet: 40, 88 and 7A. RGB value is (64,136,122). Sum of RGB (Red+Green+Blue) = 64+136+122=322 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.88% from 322); Green value is 136 (53.52% from 255 or 42.24% from 322); Blue value is 122 (48.05% from 255 or 37.89% from 322); Max value from RGB is 136 - color contains mainly: green. Hex color #40887A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40887A is #BF7785. Grayscale: #707070. Windows color (decimal): -12547974 or 8030272. OLE color: 8030272.

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

Color convert

RGB 64 136 122 -
CMYK 0.53 0 0.10 0.47
HSL 168.33º 0.36% 0.39% -
HSV(B) 168.33º 0.53% 0.53% -
XYZ 14.43 20.1 21.53 -
YUV 112.88 133.15 93.14 -
System Red Green Blue C M Y K H S L
Decimal 64 136 122 0.53 0 0.10 0.47 168.33 0.36 0.39
Hex 40 88 7A 35 0 A 2F A8 24 27
Octal 100 210 172 65 0 12 57 250 44 47
Binary 1000000 10001000 1111010 110101 0 1010 101111 10101000 100100 100111

Color Harmonies of #40887A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40887A

Black with #40887A

Text Example


Text Example

White with #40887A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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