#348C7F

Color #348C7F Lochinvar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochinvar #348C7F

Tints of Lochinvar #348C7F

Color information

#348C7F (or 0x348C7F) is unknown color: approx Lochinvar. HEX triplet: 34, 8C and 7F. RGB value is (52,140,127). Sum of RGB (Red+Green+Blue) = 52+140+127=319 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.30% from 319); Green value is 140 (55.08% from 255 or 43.89% from 319); Blue value is 127 (50% from 255 or 39.81% from 319); Max value from RGB is 140 - color contains mainly: green. Hex color #348C7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348C7F is #CB7380. Grayscale: #707070. Windows color (decimal): -13333377 or 8358964. OLE color: 8358964.

HSL color Cylindrical-coordinate representation of color #348C7F: hue angle of 171.14º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #348C7F is Cyan = 0.63, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB52140127-
CMYK0.6300.090.45
HSL171.14º45.83%37.65%-
HSV(B)171.14º62.86%54.9%-
XYZ14.6321.0223.36-
YUV112.21136.3585.06-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.30%
GREEN value IS 140 (55.08% from 255) = 43.89%
BLUE value IS 127 (50% from 255) = 39.81%
R=16.30%
G=43.89%
B=39.81%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal521401270.6300.090.45171.1445.8337.65
Hex348C7F3F092Dab2e26
Octal6421417777011552535646
Binary1101001000110011111111111110100110110110101011101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348C7F; }

 p { color: rgb(52,140,127); }

 H1.HeaderClassName
 {
   color: #348C7F;
 }
 .AnyTagClassName
 {
   color: #348C7F;
 }
</style>
background-color css

<style>
 a { background-color: #348C7F; }

 a { background-color: rgb(52,140,127); }

 div.DivClassName
 {
   background-color: #348C7F;
 }
 .BgClassName
 {
   background-color: #348C7F;
 }
</style>
border-color css

<style>
 span { border-color: #348C7F; }

 span { border-color: rgb(52,140,127); }

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