Html Css Color HEX #4C9C8A Lochinvar

📋 copy color: '#4C9C8A'

red 76 ◦ green 156 ◦ blue 138

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

Shades of Lochinvar #4C9C8A

Tints of Lochinvar #4C9C8A

RGB

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

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

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

R = 20.54%
G = 42.16%
B = 37.3%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#4C9C8A (or 0x4C9C8A) is known color: Lochinvar. HEX triplet: 4C, 9C and 8A. RGB value is (76,156,138). Sum of RGB (Red+Green+Blue) = 76+156+138=370 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.54% from 370); Green value is 156 (61.33% from 255 or 42.16% from 370); Blue value is 138 (54.30% from 255 or 37.30% from 370); Max value from RGB is 156 - color contains mainly: green. Hex color #4C9C8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C9C8A is #B36375. Grayscale: #828282. Windows color (decimal): -11756406 or 9083980. OLE color: 9083980.

HSL color Cylindrical-coordinate representation of color #4C9C8A: hue angle of 166.5º 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 #4C9C8A is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB 76 156 138 -
CMYK 0.51 0 0.12 0.39
HSL 166.5º 0.34% 0.45% -
HSV(B) 166.5º 0.51% 0.61% -
XYZ 19.46 27.15 28.26 -
YUV 130.03 132.5 89.46 -
System Red Green Blue C M Y K H S L
Decimal 76 156 138 0.51 0 0.12 0.39 166.5 0.34 0.45
Hex 4C 9C 8A 33 0 C 27 A6 22 2D
Octal 114 234 212 63 0 14 47 246 42 55
Binary 1001100 10011100 10001010 110011 0 1100 100111 10100110 100010 101101

Color Harmonies of #4C9C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C9C8A

Black with #4C9C8A

Text Example


Text Example

White with #4C9C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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