Html Css Color HEX #4C998A Lochinvar

📋 copy color: '#4C998A'

red 76 ◦ green 153 ◦ blue 138

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

Shades of Lochinvar #4C998A

Tints of Lochinvar #4C998A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.69%

 BLUE value IS 138 (54.3% from 255) = 37.6%

R = 20.71%
G = 41.69%
B = 37.6%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#4C998A (or 0x4C998A) is known color: Lochinvar. HEX triplet: 4C, 99 and 8A. RGB value is (76,153,138). Sum of RGB (Red+Green+Blue) = 76+153+138=367 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.71% from 367); Green value is 153 (60.16% from 255 or 41.69% from 367); Blue value is 138 (54.30% from 255 or 37.60% from 367); Max value from RGB is 153 - color contains mainly: green. Hex color #4C998A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C998A is #B36675. Grayscale: #808080. Windows color (decimal): -11757174 or 9083212. OLE color: 9083212.

HSL color Cylindrical-coordinate representation of color #4C998A: hue angle of 168.31º degrees, saturation: 0.34, 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 #4C998A is Cyan = 0.50, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB 76 153 138 -
CMYK 0.50 0 0.10 0.4
HSL 168.31º 0.34% 0.45% -
HSV(B) 168.31º 0.5% 0.6% -
XYZ 18.96 26.15 28.09 -
YUV 128.27 133.49 90.72 -
System Red Green Blue C M Y K H S L
Decimal 76 153 138 0.50 0 0.10 0.4 168.31 0.34 0.45
Hex 4C 99 8A 32 0 A 28 A8 22 2D
Octal 114 231 212 62 0 12 50 250 42 55
Binary 1001100 10011001 10001010 110010 0 1010 101000 10101000 100010 101101

Color Harmonies of #4C998A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C998A

Black with #4C998A

Text Example


Text Example

White with #4C998A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,153,138); }

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

background-color css

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

 a { background-color: rgb(76,153,138); }

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

border-color css

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

 span { border-color: rgb(76,153,138); }

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