Html Css Color HEX #3C877B Lochinvar

📋 copy color: '#3C877B'

red 60 ◦ green 135 ◦ blue 123

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

Shades of Lochinvar #3C877B

Tints of Lochinvar #3C877B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 38.68%

R = 18.87%
G = 42.45%
B = 38.68%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#3C877B (or 0x3C877B) is known color: Lochinvar. HEX triplet: 3C, 87 and 7B. RGB value is (60,135,123). Sum of RGB (Red+Green+Blue) = 60+135+123=318 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.87% from 318); Green value is 135 (53.12% from 255 or 42.45% from 318); Blue value is 123 (48.44% from 255 or 38.68% from 318); Max value from RGB is 135 - color contains mainly: green. Hex color #3C877B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C877B is #C37884. Grayscale: #6F6F6F. Windows color (decimal): -12810373 or 8095548. OLE color: 8095548.

HSL color Cylindrical-coordinate representation of color #3C877B: hue angle of 170.4º 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 #3C877B is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 60 135 123 -
CMYK 0.56 0 0.09 0.47
HSL 170.4º 0.38% 0.38% -
HSV(B) 170.4º 0.56% 0.53% -
XYZ 14.1 19.72 21.8 -
YUV 111.21 134.65 91.48 -
System Red Green Blue C M Y K H S L
Decimal 60 135 123 0.56 0 0.09 0.47 170.4 0.38 0.38
Hex 3C 87 7B 38 0 9 2F AA 26 26
Octal 74 207 173 70 0 11 57 252 46 46
Binary 111100 10000111 1111011 111000 0 1001 101111 10101010 100110 100110

Color Harmonies of #3C877B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C877B

Black with #3C877B

Text Example


Text Example

White with #3C877B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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