Html Css Color HEX #4D9A90 Lochinvar

📋 copy color: '#4D9A90'

red 77 ◦ green 154 ◦ blue 144

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

Shades of Lochinvar #4D9A90

Tints of Lochinvar #4D9A90

RGB

 RED value IS 77 (30.47% from 255) = 20.53%

 GREEN value IS 154 (60.55% from 255) = 41.07%

 BLUE value IS 144 (56.64% from 255) = 38.4%

R = 20.53%
G = 41.07%
B = 38.4%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#4D9A90 (or 0x4D9A90) is known color: Lochinvar. HEX triplet: 4D, 9A and 90. RGB value is (77,154,144). Sum of RGB (Red+Green+Blue) = 77+154+144=375 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.53% from 375); Green value is 154 (60.55% from 255 or 41.07% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 154 - color contains mainly: green. Hex color #4D9A90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D9A90 is #B2656F. Grayscale: #818181. Windows color (decimal): -11691376 or 9476685. OLE color: 9476685.

HSL color Cylindrical-coordinate representation of color #4D9A90: hue angle of 172.21º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4D9A90 is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB 77 154 144 -
CMYK 0.50 0 0.06 0.40
HSL 172.21º 0.33% 0.45% -
HSV(B) 172.21º 0.5% 0.6% -
XYZ 19.65 26.7 30.5 -
YUV 129.84 135.99 90.31 -
System Red Green Blue C M Y K H S L
Decimal 77 154 144 0.50 0 0.06 0.40 172.21 0.33 0.45
Hex 4D 9A 90 32 0 6 28 AC 21 2D
Octal 115 232 220 62 0 6 50 254 41 55
Binary 1001101 10011010 10010000 110010 0 110 101000 10101100 100001 101101

Color Harmonies of #4D9A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D9A90

Black with #4D9A90

Text Example


Text Example

White with #4D9A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D9A90; }

 p { color: rgb(77,154,144); }

 H1.HeaderClassName
 {
   color: #4D9A90;
 }
 .AnyTagClassName
 {
   color: #4D9A90;
 }
</style>

background-color css

<style>
 a { background-color: #4D9A90; }

 a { background-color: rgb(77,154,144); }

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

border-color css

<style>
 span { border-color: #4D9A90; }

 span { border-color: rgb(77,154,144); }

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