Html Css Color HEX #3B8F79 Lochinvar

📋 copy color: '#3B8F79'

red 59 ◦ green 143 ◦ blue 121

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

Shades of Lochinvar #3B8F79

Tints of Lochinvar #3B8F79

RGB

 RED value IS 59 (23.44% from 255) = 18.27%

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

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

R = 18.27%
G = 44.27%
B = 37.46%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#3B8F79 (or 0x3B8F79) is known color: Lochinvar. HEX triplet: 3B, 8F and 79. RGB value is (59,143,121). Sum of RGB (Red+Green+Blue) = 59+143+121=323 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.27% from 323); Green value is 143 (56.25% from 255 or 44.27% from 323); Blue value is 121 (47.66% from 255 or 37.46% from 323); Max value from RGB is 143 - color contains mainly: green. Hex color #3B8F79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B8F79 is #C47086. Grayscale: #737373. Windows color (decimal): -12873863 or 7966523. OLE color: 7966523.

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

Color convert

RGB 59 143 121 -
CMYK 0.59 0 0.15 0.44
HSL 164.29º 0.42% 0.4% -
HSV(B) 164.29º 0.59% 0.56% -
XYZ 15.08 21.96 21.53 -
YUV 115.38 131.17 87.79 -
System Red Green Blue C M Y K H S L
Decimal 59 143 121 0.59 0 0.15 0.44 164.29 0.42 0.4
Hex 3B 8F 79 3B 0 F 2C A4 2A 28
Octal 73 217 171 73 0 17 54 244 52 50
Binary 111011 10001111 1111001 111011 0 1111 101100 10100100 101010 101000

Color Harmonies of #3B8F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B8F79

Black with #3B8F79

Text Example


Text Example

White with #3B8F79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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