Html Css Color HEX #3B9489 Lochinvar

📋 copy color: '#3B9489'

red 59 ◦ green 148 ◦ blue 137

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

Shades of Lochinvar #3B9489

Tints of Lochinvar #3B9489

RGB

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

 GREEN value IS 148 (58.2% from 255) = 43.02%

 BLUE value IS 137 (53.91% from 255) = 39.83%

R = 17.15%
G = 43.02%
B = 39.83%

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

#3B9489 (or 0x3B9489) is known color: Lochinvar. HEX triplet: 3B, 94 and 89. RGB value is (59,148,137). Sum of RGB (Red+Green+Blue) = 59+148+137=344 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.15% from 344); Green value is 148 (58.20% from 255 or 43.02% from 344); Blue value is 137 (53.91% from 255 or 39.83% from 344); Max value from RGB is 148 - color contains mainly: green. Hex color #3B9489 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B9489 is #C46B76. Grayscale: #787878. Windows color (decimal): -12872567 or 9016379. OLE color: 9016379.

HSL color Cylindrical-coordinate representation of color #3B9489: 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 #3B9489 is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 59 148 137 -
CMYK 0.60 0 0.07 0.42
HSL 172.58º 0.43% 0.41% -
HSV(B) 172.58º 0.6% 0.58% -
XYZ 16.91 23.92 27.39 -
YUV 120.14 137.51 84.39 -
System Red Green Blue C M Y K H S L
Decimal 59 148 137 0.60 0 0.07 0.42 172.58 0.43 0.41
Hex 3B 94 89 3C 0 7 2A AD 2B 29
Octal 73 224 211 74 0 7 52 255 53 51
Binary 111011 10010100 10001001 111100 0 111 101010 10101101 101011 101001

Color Harmonies of #3B9489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B9489

Black with #3B9489

Text Example


Text Example

White with #3B9489

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,148,137); }

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

background-color css

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

 a { background-color: rgb(59,148,137); }

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

border-color css

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

 span { border-color: rgb(59,148,137); }

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