Html Css Color HEX #3C958A Lochinvar

📋 copy color: '#3C958A'

red 60 ◦ green 149 ◦ blue 138

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

Shades of Lochinvar #3C958A

Tints of Lochinvar #3C958A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.94%

 BLUE value IS 138 (54.3% from 255) = 39.77%

R = 17.29%
G = 42.94%
B = 39.77%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#3C958A (or 0x3C958A) is known color: Lochinvar. HEX triplet: 3C, 95 and 8A. RGB value is (60,149,138). Sum of RGB (Red+Green+Blue) = 60+149+138=347 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.29% from 347); Green value is 149 (58.59% from 255 or 42.94% from 347); Blue value is 138 (54.30% from 255 or 39.77% from 347); Max value from RGB is 149 - color contains mainly: green. Hex color #3C958A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C958A is #C36A75. Grayscale: #797979. Windows color (decimal): -12806774 or 9082172. OLE color: 9082172.

HSL color Cylindrical-coordinate representation of color #3C958A: hue angle of 172.58º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C958A is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 60 149 138 -
CMYK 0.60 0 0.07 0.42
HSL 172.58º 0.43% 0.41% -
HSV(B) 172.58º 0.6% 0.58% -
XYZ 17.2 24.29 27.83 -
YUV 121.14 137.51 84.39 -
System Red Green Blue C M Y K H S L
Decimal 60 149 138 0.60 0 0.07 0.42 172.58 0.43 0.41
Hex 3C 95 8A 3C 0 7 2A AD 2B 29
Octal 74 225 212 74 0 7 52 255 53 51
Binary 111100 10010101 10001010 111100 0 111 101010 10101101 101011 101001

Color Harmonies of #3C958A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C958A

Black with #3C958A

Text Example


Text Example

White with #3C958A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,149,138); }

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

background-color css

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

 a { background-color: rgb(60,149,138); }

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

border-color css

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

 span { border-color: rgb(60,149,138); }

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