Html Css Color HEX #3A9388 Lochinvar

📋 copy color: '#3A9388'

red 58 ◦ green 147 ◦ blue 136

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

Shades of Lochinvar #3A9388

Tints of Lochinvar #3A9388

RGB

 RED value IS 58 (23.05% from 255) = 17.01%

 GREEN value IS 147 (57.81% from 255) = 43.11%

 BLUE value IS 136 (53.52% from 255) = 39.88%

R = 17.01%
G = 43.11%
B = 39.88%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#3A9388 (or 0x3A9388) is known color: Lochinvar. HEX triplet: 3A, 93 and 88. RGB value is (58,147,136). Sum of RGB (Red+Green+Blue) = 58+147+136=341 (45% of max value = 765). Red value is 58 (23.05% from 255 or 17.01% from 341); Green value is 147 (57.81% from 255 or 43.11% from 341); Blue value is 136 (53.52% from 255 or 39.88% from 341); Max value from RGB is 147 - color contains mainly: green. Hex color #3A9388 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A9388 is #C56C77. Grayscale: #777777. Windows color (decimal): -12938360 or 8950586. OLE color: 8950586.

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

Color convert

RGB 58 147 136 -
CMYK 0.61 0 0.07 0.42
HSL 172.58º 0.43% 0.4% -
HSV(B) 172.58º 0.61% 0.58% -
XYZ 16.62 23.54 26.96 -
YUV 119.14 137.51 84.39 -
System Red Green Blue C M Y K H S L
Decimal 58 147 136 0.61 0 0.07 0.42 172.58 0.43 0.4
Hex 3A 93 88 3D 0 7 2A AD 2B 28
Octal 72 223 210 75 0 7 52 255 53 50
Binary 111010 10010011 10001000 111101 0 111 101010 10101101 101011 101000

Color Harmonies of #3A9388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A9388

Black with #3A9388

Text Example


Text Example

White with #3A9388

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,147,136); }

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

background-color css

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

 a { background-color: rgb(58,147,136); }

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

border-color css

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

 span { border-color: rgb(58,147,136); }

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