Html Css Color HEX #4C9E90 Lochinvar

📋 copy color: '#4C9E90'

red 76 ◦ green 158 ◦ blue 144

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

Shades of Lochinvar #4C9E90

Tints of Lochinvar #4C9E90

RGB

 RED value IS 76 (30.08% from 255) = 20.11%

 GREEN value IS 158 (62.11% from 255) = 41.8%

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

R = 20.11%
G = 41.8%
B = 38.1%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#4C9E90 (or 0x4C9E90) is known color: Lochinvar. HEX triplet: 4C, 9E and 90. RGB value is (76,158,144). Sum of RGB (Red+Green+Blue) = 76+158+144=378 (50% of max value = 765). Red value is 76 (30.08% from 255 or 20.11% from 378); Green value is 158 (62.11% from 255 or 41.80% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 158 - color contains mainly: green. Hex color #4C9E90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C9E90 is #B3616F. Grayscale: #838383. Windows color (decimal): -11755888 or 9477708. OLE color: 9477708.

HSL color Cylindrical-coordinate representation of color #4C9E90: hue angle of 169.76º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4C9E90 is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB 76 158 144 -
CMYK 0.52 0 0.09 0.38
HSL 169.76º 0.35% 0.46% -
HSV(B) 169.76º 0.52% 0.62% -
XYZ 20.24 28 30.72 -
YUV 131.89 134.83 88.14 -
System Red Green Blue C M Y K H S L
Decimal 76 158 144 0.52 0 0.09 0.38 169.76 0.35 0.46
Hex 4C 9E 90 34 0 9 26 AA 23 2E
Octal 114 236 220 64 0 11 46 252 43 56
Binary 1001100 10011110 10010000 110100 0 1001 100110 10101010 100011 101110

Color Harmonies of #4C9E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C9E90

Black with #4C9E90

Text Example


Text Example

White with #4C9E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,158,144); }

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

background-color css

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

 a { background-color: rgb(76,158,144); }

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

border-color css

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

 span { border-color: rgb(76,158,144); }

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