Html Css Color HEX #3C8981 Lochinvar

📋 copy color: '#3C8981'

red 60 ◦ green 137 ◦ blue 129

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

Shades of Lochinvar #3C8981

Tints of Lochinvar #3C8981

RGB

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

 GREEN value IS 137 (53.91% from 255) = 42.02%

 BLUE value IS 129 (50.78% from 255) = 39.57%

R = 18.4%
G = 42.02%
B = 39.57%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.06

 K value IS 0.46

RGB Variations

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

Color information

#3C8981 (or 0x3C8981) is known color: Lochinvar. HEX triplet: 3C, 89 and 81. RGB value is (60,137,129). Sum of RGB (Red+Green+Blue) = 60+137+129=326 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.40% from 326); Green value is 137 (53.91% from 255 or 42.02% from 326); Blue value is 129 (50.78% from 255 or 39.57% from 326); Max value from RGB is 137 - color contains mainly: green. Hex color #3C8981 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C8981 is #C3767E. Grayscale: #717171. Windows color (decimal): -12809855 or 8489276. OLE color: 8489276.

HSL color Cylindrical-coordinate representation of color #3C8981: hue angle of 173.77º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C8981 is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.46.

Color convert

RGB 60 137 129 -
CMYK 0.56 0 0.06 0.46
HSL 173.77º 0.39% 0.39% -
HSV(B) 173.77º 0.56% 0.54% -
XYZ 14.77 20.44 23.94 -
YUV 113.07 136.99 90.15 -
System Red Green Blue C M Y K H S L
Decimal 60 137 129 0.56 0 0.06 0.46 173.77 0.39 0.39
Hex 3C 89 81 38 0 6 2E AE 27 27
Octal 74 211 201 70 0 6 56 256 47 47
Binary 111100 10001001 10000001 111000 0 110 101110 10101110 100111 100111

Color Harmonies of #3C8981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8981

Black with #3C8981

Text Example


Text Example

White with #3C8981

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,137,129); }

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

background-color css

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

 a { background-color: rgb(60,137,129); }

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

border-color css

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

 span { border-color: rgb(60,137,129); }

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