Html Css Color HEX #4C9D88 Lochinvar

📋 copy color: '#4C9D88'

red 76 ◦ green 157 ◦ blue 136

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

Shades of Lochinvar #4C9D88

Tints of Lochinvar #4C9D88

RGB

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

 GREEN value IS 157 (61.72% from 255) = 42.55%

 BLUE value IS 136 (53.52% from 255) = 36.86%

R = 20.6%
G = 42.55%
B = 36.86%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#4C9D88 (or 0x4C9D88) is known color: Lochinvar. HEX triplet: 4C, 9D and 88. RGB value is (76,157,136). Sum of RGB (Red+Green+Blue) = 76+157+136=369 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.60% from 369); Green value is 157 (61.72% from 255 or 42.55% from 369); Blue value is 136 (53.52% from 255 or 36.86% from 369); Max value from RGB is 157 - color contains mainly: green. Hex color #4C9D88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C9D88 is #B36277. Grayscale: #828282. Windows color (decimal): -11756152 or 8953164. OLE color: 8953164.

HSL color Cylindrical-coordinate representation of color #4C9D88: hue angle of 164.44º 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 #4C9D88 is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB 76 157 136 -
CMYK 0.52 0 0.13 0.38
HSL 164.44º 0.35% 0.46% -
HSV(B) 164.44º 0.52% 0.62% -
XYZ 19.48 27.43 27.56 -
YUV 130.39 131.16 89.21 -
System Red Green Blue C M Y K H S L
Decimal 76 157 136 0.52 0 0.13 0.38 164.44 0.35 0.46
Hex 4C 9D 88 34 0 D 26 A4 23 2E
Octal 114 235 210 64 0 15 46 244 43 56
Binary 1001100 10011101 10001000 110100 0 1101 100110 10100100 100011 101110

Color Harmonies of #4C9D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C9D88

Black with #4C9D88

Text Example


Text Example

White with #4C9D88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,157,136); }

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

background-color css

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

 a { background-color: rgb(76,157,136); }

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

border-color css

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

 span { border-color: rgb(76,157,136); }

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