Html Css Color HEX #3C867F Lochinvar

📋 copy color: '#3C867F'

red 60 ◦ green 134 ◦ blue 127

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

Shades of Lochinvar #3C867F

Tints of Lochinvar #3C867F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 41.74%

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

R = 18.69%
G = 41.74%
B = 39.56%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#3C867F (or 0x3C867F) is known color: Lochinvar. HEX triplet: 3C, 86 and 7F. RGB value is (60,134,127). Sum of RGB (Red+Green+Blue) = 60+134+127=321 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.69% from 321); Green value is 134 (52.73% from 255 or 41.74% from 321); Blue value is 127 (50% from 255 or 39.56% from 321); Max value from RGB is 134 - color contains mainly: green. Hex color #3C867F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C867F is #C37980. Grayscale: #6F6F6F. Windows color (decimal): -12810625 or 8357436. OLE color: 8357436.

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

Color convert

RGB 60 134 127 -
CMYK 0.55 0 0.05 0.47
HSL 174.32º 0.38% 0.38% -
HSV(B) 174.32º 0.55% 0.53% -
XYZ 14.22 19.54 23.1 -
YUV 111.08 136.98 91.57 -
System Red Green Blue C M Y K H S L
Decimal 60 134 127 0.55 0 0.05 0.47 174.32 0.38 0.38
Hex 3C 86 7F 37 0 5 2F AE 26 26
Octal 74 206 177 67 0 5 57 256 46 46
Binary 111100 10000110 1111111 110111 0 101 101111 10101110 100110 100110

Color Harmonies of #3C867F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C867F

Black with #3C867F

Text Example


Text Example

White with #3C867F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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