Html Css Color HEX #3C877C Lochinvar

📋 copy color: '#3C877C'

red 60 ◦ green 135 ◦ blue 124

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

Shades of Lochinvar #3C877C

Tints of Lochinvar #3C877C

RGB

 RED value IS 60 (23.83% from 255) = 18.81%

 GREEN value IS 135 (53.13% from 255) = 42.32%

 BLUE value IS 124 (48.83% from 255) = 38.87%

R = 18.81%
G = 42.32%
B = 38.87%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#3C877C (or 0x3C877C) is known color: Lochinvar. HEX triplet: 3C, 87 and 7C. RGB value is (60,135,124). Sum of RGB (Red+Green+Blue) = 60+135+124=319 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.81% from 319); Green value is 135 (53.12% from 255 or 42.32% from 319); Blue value is 124 (48.83% from 255 or 38.87% from 319); Max value from RGB is 135 - color contains mainly: green. Hex color #3C877C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C877C is #C37883. Grayscale: #6F6F6F. Windows color (decimal): -12810372 or 8161084. OLE color: 8161084.

HSL color Cylindrical-coordinate representation of color #3C877C: hue angle of 171.2º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C877C is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB 60 135 124 -
CMYK 0.56 0 0.08 0.47
HSL 171.2º 0.38% 0.38% -
HSV(B) 171.2º 0.56% 0.53% -
XYZ 14.17 19.74 22.13 -
YUV 111.32 135.15 91.39 -
System Red Green Blue C M Y K H S L
Decimal 60 135 124 0.56 0 0.08 0.47 171.2 0.38 0.38
Hex 3C 87 7C 38 0 8 2F AB 26 26
Octal 74 207 174 70 0 10 57 253 46 46
Binary 111100 10000111 1111100 111000 0 1000 101111 10101011 100110 100110

Color Harmonies of #3C877C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C877C

Black with #3C877C

Text Example


Text Example

White with #3C877C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C877C; }

 p { color: rgb(60,135,124); }

 H1.HeaderClassName
 {
   color: #3C877C;
 }
 .AnyTagClassName
 {
   color: #3C877C;
 }
</style>

background-color css

<style>
 a { background-color: #3C877C; }

 a { background-color: rgb(60,135,124); }

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

border-color css

<style>
 span { border-color: #3C877C; }

 span { border-color: rgb(60,135,124); }

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