Html Css Color HEX #4C918A Lochinvar

📋 copy color: '#4C918A'

red 76 ◦ green 145 ◦ blue 138

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

Shades of Lochinvar #4C918A

Tints of Lochinvar #4C918A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.39%

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

R = 21.17%
G = 40.39%
B = 38.44%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.05

 K value IS 0.43

RGB Variations

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

Color information

#4C918A (or 0x4C918A) is known color: Lochinvar. HEX triplet: 4C, 91 and 8A. RGB value is (76,145,138). Sum of RGB (Red+Green+Blue) = 76+145+138=359 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.17% from 359); Green value is 145 (57.03% from 255 or 40.39% from 359); Blue value is 138 (54.30% from 255 or 38.44% from 359); Max value from RGB is 145 - color contains mainly: green. Hex color #4C918A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C918A is #B36E75. Grayscale: #7B7B7B. Windows color (decimal): -11759222 or 9081164. OLE color: 9081164.

HSL color Cylindrical-coordinate representation of color #4C918A: hue angle of 173.91º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4C918A is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB 76 145 138 -
CMYK 0.48 0 0.05 0.43
HSL 173.91º 0.31% 0.43% -
HSV(B) 173.91º 0.48% 0.57% -
XYZ 17.69 23.62 27.67 -
YUV 123.57 136.14 94.07 -
System Red Green Blue C M Y K H S L
Decimal 76 145 138 0.48 0 0.05 0.43 173.91 0.31 0.43
Hex 4C 91 8A 30 0 5 2B AE 1F 2B
Octal 114 221 212 60 0 5 53 256 37 53
Binary 1001100 10010001 10001010 110000 0 101 101011 10101110 11111 101011

Color Harmonies of #4C918A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C918A

Black with #4C918A

Text Example


Text Example

White with #4C918A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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