Html Css Color HEX #40988B Lochinvar

📋 copy color: '#40988B'

red 64 ◦ green 152 ◦ blue 139

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

Shades of Lochinvar #40988B

Tints of Lochinvar #40988B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.82%

 BLUE value IS 139 (54.69% from 255) = 39.15%

R = 18.03%
G = 42.82%
B = 39.15%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#40988B (or 0x40988B) is known color: Lochinvar. HEX triplet: 40, 98 and 8B. RGB value is (64,152,139). Sum of RGB (Red+Green+Blue) = 64+152+139=355 (47% of max value = 765). Red value is 64 (25.39% from 255 or 18.03% from 355); Green value is 152 (59.77% from 255 or 42.82% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 152 - color contains mainly: green. Hex color #40988B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40988B is #BF6774. Grayscale: #7C7C7C. Windows color (decimal): -12543861 or 9148480. OLE color: 9148480.

HSL color Cylindrical-coordinate representation of color #40988B: hue angle of 171.14º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #40988B is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 64 152 139 -
CMYK 0.58 0 0.09 0.40
HSL 171.14º 0.41% 0.42% -
HSV(B) 171.14º 0.58% 0.6% -
XYZ 18 25.41 28.38 -
YUV 124.21 136.35 85.06 -
System Red Green Blue C M Y K H S L
Decimal 64 152 139 0.58 0 0.09 0.40 171.14 0.41 0.42
Hex 40 98 8B 3A 0 9 28 AB 29 2A
Octal 100 230 213 72 0 11 50 253 51 52
Binary 1000000 10011000 10001011 111010 0 1001 101000 10101011 101001 101010

Color Harmonies of #40988B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40988B

Black with #40988B

Text Example


Text Example

White with #40988B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40988B; }

 p { color: rgb(64,152,139); }

 H1.HeaderClassName
 {
   color: #40988B;
 }
 .AnyTagClassName
 {
   color: #40988B;
 }
</style>

background-color css

<style>
 a { background-color: #40988B; }

 a { background-color: rgb(64,152,139); }

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

border-color css

<style>
 span { border-color: #40988B; }

 span { border-color: rgb(64,152,139); }

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