Html Css Color HEX #4C9C87 Lochinvar

📋 copy color: '#4C9C87'

red 76 ◦ green 156 ◦ blue 135

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

Shades of Lochinvar #4C9C87

Tints of Lochinvar #4C9C87

RGB

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

 GREEN value IS 156 (61.33% from 255) = 42.51%

 BLUE value IS 135 (53.13% from 255) = 36.78%

R = 20.71%
G = 42.51%
B = 36.78%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.13

 K value IS 0.39

RGB Variations

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

Color information

#4C9C87 (or 0x4C9C87) is known color: Lochinvar. HEX triplet: 4C, 9C and 87. RGB value is (76,156,135). Sum of RGB (Red+Green+Blue) = 76+156+135=367 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.71% from 367); Green value is 156 (61.33% from 255 or 42.51% from 367); Blue value is 135 (53.12% from 255 or 36.78% from 367); Max value from RGB is 156 - color contains mainly: green. Hex color #4C9C87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C9C87 is #B36378. Grayscale: #818181. Windows color (decimal): -11756409 or 8887372. OLE color: 8887372.

HSL color Cylindrical-coordinate representation of color #4C9C87: hue angle of 164.25º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4C9C87 is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.39.

Color convert

RGB 76 156 135 -
CMYK 0.51 0 0.13 0.39
HSL 164.25º 0.34% 0.45% -
HSV(B) 164.25º 0.51% 0.61% -
XYZ 19.24 27.06 27.13 -
YUV 129.69 131 89.71 -
System Red Green Blue C M Y K H S L
Decimal 76 156 135 0.51 0 0.13 0.39 164.25 0.34 0.45
Hex 4C 9C 87 33 0 D 27 A4 22 2D
Octal 114 234 207 63 0 15 47 244 42 55
Binary 1001100 10011100 10000111 110011 0 1101 100111 10100100 100010 101101

Color Harmonies of #4C9C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C9C87

Black with #4C9C87

Text Example


Text Example

White with #4C9C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,156,135); }

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

background-color css

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

 a { background-color: rgb(76,156,135); }

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

border-color css

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

 span { border-color: rgb(76,156,135); }

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