Html Css Color HEX #3A8A7F Lochinvar

📋 copy color: '#3A8A7F'

red 58 ◦ green 138 ◦ blue 127

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

Shades of Lochinvar #3A8A7F

Tints of Lochinvar #3A8A7F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 42.72%

 BLUE value IS 127 (50% from 255) = 39.32%

R = 17.96%
G = 42.72%
B = 39.32%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.08

 K value IS 0.46

RGB Variations

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

Color information

#3A8A7F (or 0x3A8A7F) is known color: Lochinvar. HEX triplet: 3A, 8A and 7F. RGB value is (58,138,127). Sum of RGB (Red+Green+Blue) = 58+138+127=323 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.96% from 323); Green value is 138 (54.30% from 255 or 42.72% from 323); Blue value is 127 (50% from 255 or 39.32% from 323); Max value from RGB is 138 - color contains mainly: green. Hex color #3A8A7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8A7F is #C57580. Grayscale: #707070. Windows color (decimal): -12940673 or 8358458. OLE color: 8358458.

HSL color Cylindrical-coordinate representation of color #3A8A7F: hue angle of 171.75º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A8A7F is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.46.

Color convert

RGB 58 138 127 -
CMYK 0.58 0 0.08 0.46
HSL 171.75º 0.41% 0.38% -
HSV(B) 171.75º 0.58% 0.54% -
XYZ 14.66 20.61 23.28 -
YUV 112.83 136 88.89 -
System Red Green Blue C M Y K H S L
Decimal 58 138 127 0.58 0 0.08 0.46 171.75 0.41 0.38
Hex 3A 8A 7F 3A 0 8 2E AC 29 26
Octal 72 212 177 72 0 10 56 254 51 46
Binary 111010 10001010 1111111 111010 0 1000 101110 10101100 101001 100110

Color Harmonies of #3A8A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A8A7F

Black with #3A8A7F

Text Example


Text Example

White with #3A8A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,138,127); }

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

background-color css

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

 a { background-color: rgb(58,138,127); }

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

border-color css

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

 span { border-color: rgb(58,138,127); }

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