Html Css Color HEX #3A8F80 Lochinvar

📋 copy color: '#3A8F80'

red 58 ◦ green 143 ◦ blue 128

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

Shades of Lochinvar #3A8F80

Tints of Lochinvar #3A8F80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 38.91%

R = 17.63%
G = 43.47%
B = 38.91%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#3A8F80 (or 0x3A8F80) is known color: Lochinvar. HEX triplet: 3A, 8F and 80. RGB value is (58,143,128). Sum of RGB (Red+Green+Blue) = 58+143+128=329 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.63% from 329); Green value is 143 (56.25% from 255 or 43.47% from 329); Blue value is 128 (50.39% from 255 or 38.91% from 329); Max value from RGB is 143 - color contains mainly: green. Hex color #3A8F80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A8F80 is #C5707F. Grayscale: #737373. Windows color (decimal): -12939392 or 8425274. OLE color: 8425274.

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

Color convert

RGB 58 143 128 -
CMYK 0.59 0 0.10 0.44
HSL 169.41º 0.42% 0.39% -
HSV(B) 169.41º 0.59% 0.56% -
XYZ 15.46 22.1 23.87 -
YUV 115.88 134.84 86.72 -
System Red Green Blue C M Y K H S L
Decimal 58 143 128 0.59 0 0.10 0.44 169.41 0.42 0.39
Hex 3A 8F 80 3B 0 A 2C A9 2A 27
Octal 72 217 200 73 0 12 54 251 52 47
Binary 111010 10001111 10000000 111011 0 1010 101100 10101001 101010 100111

Color Harmonies of #3A8F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A8F80

Black with #3A8F80

Text Example


Text Example

White with #3A8F80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,143,128); }

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

background-color css

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

 a { background-color: rgb(58,143,128); }

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

border-color css

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

 span { border-color: rgb(58,143,128); }

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