Html Css Color HEX #3B9079 Lochinvar

📋 copy color: '#3B9079'

red 59 ◦ green 144 ◦ blue 121

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

Shades of Lochinvar #3B9079

Tints of Lochinvar #3B9079

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.44%

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

R = 18.21%
G = 44.44%
B = 37.35%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#3B9079 (or 0x3B9079) is known color: Lochinvar. HEX triplet: 3B, 90 and 79. RGB value is (59,144,121). Sum of RGB (Red+Green+Blue) = 59+144+121=324 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.21% from 324); Green value is 144 (56.64% from 255 or 44.44% from 324); Blue value is 121 (47.66% from 255 or 37.35% from 324); Max value from RGB is 144 - color contains mainly: green. Hex color #3B9079 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B9079 is #C46F86. Grayscale: #737373. Windows color (decimal): -12873607 or 7966779. OLE color: 7966779.

HSL color Cylindrical-coordinate representation of color #3B9079: hue angle of 163.76º 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 #3B9079 is Cyan = 0.59, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB 59 144 121 -
CMYK 0.59 0 0.16 0.44
HSL 163.76º 0.42% 0.4% -
HSV(B) 163.76º 0.59% 0.56% -
XYZ 15.23 22.26 21.58 -
YUV 115.96 130.84 87.37 -
System Red Green Blue C M Y K H S L
Decimal 59 144 121 0.59 0 0.16 0.44 163.76 0.42 0.4
Hex 3B 90 79 3B 0 10 2C A4 2A 28
Octal 73 220 171 73 0 20 54 244 52 50
Binary 111011 10010000 1111001 111011 0 10000 101100 10100100 101010 101000

Color Harmonies of #3B9079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B9079

Black with #3B9079

Text Example


Text Example

White with #3B9079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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