Html Css Color HEX #358D7F Lochinvar

📋 copy color: '#358D7F'

red 53 ◦ green 141 ◦ blue 127

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

Shades of Lochinvar #358D7F

Tints of Lochinvar #358D7F

RGB

 RED value IS 53 (21.09% from 255) = 16.51%

 GREEN value IS 141 (55.47% from 255) = 43.93%

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

R = 16.51%
G = 43.93%
B = 39.56%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#358D7F (or 0x358D7F) is known color: Lochinvar. HEX triplet: 35, 8D and 7F. RGB value is (53,141,127). Sum of RGB (Red+Green+Blue) = 53+141+127=321 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.51% from 321); Green value is 141 (55.47% from 255 or 43.93% from 321); Blue value is 127 (50% from 255 or 39.56% from 321); Max value from RGB is 141 - color contains mainly: green. Hex color #358D7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358D7F is #CA7280. Grayscale: #717171. Windows color (decimal): -13267585 or 8359221. OLE color: 8359221.

HSL color Cylindrical-coordinate representation of color #358D7F: hue angle of 170.45º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #358D7F is Cyan = 0.62, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB 53 141 127 -
CMYK 0.62 0 0.10 0.45
HSL 170.45º 0.45% 0.38% -
HSV(B) 170.45º 0.62% 0.55% -
XYZ 14.82 21.34 23.42 -
YUV 113.09 135.85 85.14 -
System Red Green Blue C M Y K H S L
Decimal 53 141 127 0.62 0 0.10 0.45 170.45 0.45 0.38
Hex 35 8D 7F 3E 0 A 2D AA 2D 26
Octal 65 215 177 76 0 12 55 252 55 46
Binary 110101 10001101 1111111 111110 0 1010 101101 10101010 101101 100110

Color Harmonies of #358D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358D7F

Black with #358D7F

Text Example


Text Example

White with #358D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358D7F; }

 p { color: rgb(53,141,127); }

 H1.HeaderClassName
 {
   color: #358D7F;
 }
 .AnyTagClassName
 {
   color: #358D7F;
 }
</style>

background-color css

<style>
 a { background-color: #358D7F; }

 a { background-color: rgb(53,141,127); }

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

border-color css

<style>
 span { border-color: #358D7F; }

 span { border-color: rgb(53,141,127); }

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