Html Css Color HEX #348B7F Lochinvar

📋 copy color: '#348B7F'

red 52 ◦ green 139 ◦ blue 127

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

Shades of Lochinvar #348B7F

Tints of Lochinvar #348B7F

RGB

 RED value IS 52 (20.7% from 255) = 16.35%

 GREEN value IS 139 (54.69% from 255) = 43.71%

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

R = 16.35%
G = 43.71%
B = 39.94%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#348B7F (or 0x348B7F) is known color: Lochinvar. HEX triplet: 34, 8B and 7F. RGB value is (52,139,127). Sum of RGB (Red+Green+Blue) = 52+139+127=318 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.35% from 318); Green value is 139 (54.69% from 255 or 43.71% from 318); Blue value is 127 (50% from 255 or 39.94% from 318); Max value from RGB is 139 - color contains mainly: green. Hex color #348B7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348B7F is #CB7480. Grayscale: #6F6F6F. Windows color (decimal): -13333633 or 8358708. OLE color: 8358708.

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

Color convert

RGB 52 139 127 -
CMYK 0.63 0 0.09 0.45
HSL 171.72º 0.46% 0.37% -
HSV(B) 171.72º 0.63% 0.55% -
XYZ 14.48 20.73 23.32 -
YUV 111.62 136.68 85.48 -
System Red Green Blue C M Y K H S L
Decimal 52 139 127 0.63 0 0.09 0.45 171.72 0.46 0.37
Hex 34 8B 7F 3F 0 9 2D AC 2E 25
Octal 64 213 177 77 0 11 55 254 56 45
Binary 110100 10001011 1111111 111111 0 1001 101101 10101100 101110 100101

Color Harmonies of #348B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348B7F

Black with #348B7F

Text Example


Text Example

White with #348B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #348B7F;
 }
 .AnyTagClassName
 {
   color: #348B7F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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