Html Css Color HEX #3C857F Lochinvar

📋 copy color: '#3C857F'

red 60 ◦ green 133 ◦ blue 127

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

Shades of Lochinvar #3C857F

Tints of Lochinvar #3C857F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.56%

 BLUE value IS 127 (50% from 255) = 39.69%

R = 18.75%
G = 41.56%
B = 39.69%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#3C857F (or 0x3C857F) is known color: Lochinvar. HEX triplet: 3C, 85 and 7F. RGB value is (60,133,127). Sum of RGB (Red+Green+Blue) = 60+133+127=320 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.75% from 320); Green value is 133 (52.34% from 255 or 41.56% from 320); Blue value is 127 (50% from 255 or 39.69% from 320); Max value from RGB is 133 - color contains mainly: green. Hex color #3C857F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C857F is #C37A80. Grayscale: #6E6E6E. Windows color (decimal): -12810881 or 8357180. OLE color: 8357180.

HSL color Cylindrical-coordinate representation of color #3C857F: hue angle of 175.07º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C857F is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 60 133 127 -
CMYK 0.55 0 0.05 0.48
HSL 175.07º 0.38% 0.38% -
HSV(B) 175.07º 0.55% 0.52% -
XYZ 14.08 19.27 23.06 -
YUV 110.49 137.32 91.99 -
System Red Green Blue C M Y K H S L
Decimal 60 133 127 0.55 0 0.05 0.48 175.07 0.38 0.38
Hex 3C 85 7F 37 0 5 30 AF 26 26
Octal 74 205 177 67 0 5 60 257 46 46
Binary 111100 10000101 1111111 110111 0 101 110000 10101111 100110 100110

Color Harmonies of #3C857F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C857F

Black with #3C857F

Text Example


Text Example

White with #3C857F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,133,127); }

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

background-color css

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

 a { background-color: rgb(60,133,127); }

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

border-color css

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

 span { border-color: rgb(60,133,127); }

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