Html Css Color HEX #3C8F79 Lochinvar

📋 copy color: '#3C8F79'

red 60 ◦ green 143 ◦ blue 121

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

Shades of Lochinvar #3C8F79

Tints of Lochinvar #3C8F79

RGB

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

 GREEN value IS 143 (56.25% from 255) = 44.14%

 BLUE value IS 121 (47.66% from 255) = 37.35%

R = 18.52%
G = 44.14%
B = 37.35%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#3C8F79 (or 0x3C8F79) is known color: Lochinvar. HEX triplet: 3C, 8F and 79. RGB value is (60,143,121). Sum of RGB (Red+Green+Blue) = 60+143+121=324 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.52% from 324); Green value is 143 (56.25% from 255 or 44.14% from 324); Blue value is 121 (47.66% from 255 or 37.35% from 324); Max value from RGB is 143 - color contains mainly: green. Hex color #3C8F79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8F79 is #C37086. Grayscale: #737373. Windows color (decimal): -12808327 or 7966524. OLE color: 7966524.

HSL color Cylindrical-coordinate representation of color #3C8F79: hue angle of 164.1º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C8F79 is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB 60 143 121 -
CMYK 0.58 0 0.15 0.44
HSL 164.1º 0.41% 0.4% -
HSV(B) 164.1º 0.58% 0.56% -
XYZ 15.14 21.99 21.54 -
YUV 115.68 131 88.29 -
System Red Green Blue C M Y K H S L
Decimal 60 143 121 0.58 0 0.15 0.44 164.1 0.41 0.4
Hex 3C 8F 79 3A 0 F 2C A4 29 28
Octal 74 217 171 72 0 17 54 244 51 50
Binary 111100 10001111 1111001 111010 0 1111 101100 10100100 101001 101000

Color Harmonies of #3C8F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8F79

Black with #3C8F79

Text Example


Text Example

White with #3C8F79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,143,121); }

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

background-color css

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

 a { background-color: rgb(60,143,121); }

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

border-color css

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

 span { border-color: rgb(60,143,121); }

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